summaryrefslogtreecommitdiff
path: root/test/files/neg/bug752.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug752.check')
-rw-r--r--test/files/neg/bug752.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/bug752.check b/test/files/neg/bug752.check
index dddab530e4..9262f38f01 100644
--- a/test/files/neg/bug752.check
+++ b/test/files/neg/bug752.check
@@ -1,6 +1,6 @@
bug752.scala:6: error: type mismatch;
- found : (String) => Unit
- required: (Int) => Unit
+ found : String => Unit
+ required: Int => Unit
f(g _)
^
one error found