summaryrefslogtreecommitdiff
path: root/test/files/neg/bug145.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug145.check')
-rw-r--r--test/files/neg/bug145.check4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/files/neg/bug145.check b/test/files/neg/bug145.check
deleted file mode 100644
index 14e8334c0f..0000000000
--- a/test/files/neg/bug145.check
+++ /dev/null
@@ -1,4 +0,0 @@
-bug145.scala:8: symbol accessed from super may not be abstract
- abstract override def foo(x: T): Int = super[J].foo(x) + 1;
- ^
-one error found