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 7559a497ce..dddab530e4 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
- f(&g)
- ^
+ f(g _)
+ ^
one error found