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.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/bug752.check b/test/files/neg/bug752.check
index f52f73cfba..e240dbdfe2 100644
--- a/test/files/neg/bug752.check
+++ b/test/files/neg/bug752.check
@@ -1,5 +1,5 @@
bug752.scala:6: error: type mismatch;
- found : (java.lang.String) => scala.Unit
+ found : (scala.Predef.String) => scala.Unit
required: (scala.Int) => scala.Unit
f(&g)
^