summaryrefslogtreecommitdiff
path: root/test/files/neg/bug86.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug86.check')
-rw-r--r--test/files/neg/bug86.check4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/files/neg/bug86.check b/test/files/neg/bug86.check
deleted file mode 100644
index 9ef489429c..0000000000
--- a/test/files/neg/bug86.check
+++ /dev/null
@@ -1,4 +0,0 @@
-bug86.scala:4: trait Foo is abstract, so it cannot be instantiated
- new Foo();
- ^
-one error found