summaryrefslogtreecommitdiff
path: root/test/files/neg/bug677.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug677.check')
-rw-r--r--test/files/neg/bug677.check6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/neg/bug677.check b/test/files/neg/bug677.check
index 7086f259a3..90fceef364 100644
--- a/test/files/neg/bug677.check
+++ b/test/files/neg/bug677.check
@@ -1,6 +1,6 @@
bug677.scala:2 error: type mismatch;
found : () => scala.Int
- required: scala.All
- val zx: All = {() => 4}
- ^
+ required: scala.Nothing
+ val zx: Nothing = {() => 4}
+ ^
one error found