summaryrefslogtreecommitdiff
path: root/test/neg/bug40.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/neg/bug40.check')
-rw-r--r--test/neg/bug40.check10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/neg/bug40.check b/test/neg/bug40.check
deleted file mode 100644
index fd46531832..0000000000
--- a/test/neg/bug40.check
+++ /dev/null
@@ -1,10 +0,0 @@
-bug40.scala:2: 'val' expected but integer literal found.
- val v = for (1 == 0) yield 1;
- ^
-bug40.scala:3: illegal start of pattern
-}
-^
-bug40.scala:2: '<-' expected but '}' found.
- val v = for (1 == 0) yield 1;
- ^
-three errors found