summaryrefslogtreecommitdiff
path: root/test/files/neg/182.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/182.check')
-rw-r--r--test/files/neg/182.check5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/files/neg/182.check b/test/files/neg/182.check
deleted file mode 100644
index d5370cd43b..0000000000
--- a/test/files/neg/182.check
+++ /dev/null
@@ -1,5 +0,0 @@
-bug182.scala:2: error overriding class Foo.I in class Foo;
- class Bar.I in class Bar cannot override a class
-class Bar extends Foo { class I; }
- ^
-one error found