summaryrefslogtreecommitdiff
path: root/test/files/neg/bug117.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug117.check')
-rw-r--r--test/files/neg/bug117.check10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/files/neg/bug117.check b/test/files/neg/bug117.check
deleted file mode 100644
index f05e2e1c00..0000000000
--- a/test/files/neg/bug117.check
+++ /dev/null
@@ -1,10 +0,0 @@
-bug117.scala:2: '(' expected but '[' found.
- def this[A](x: A, y: A) = {
- ^
-bug117.scala:4: identifier expected but '}' found.
- }
- ^
-bug117.scala:5: illegal start of expression
-}
-^
-three errors found