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, 4 insertions, 0 deletions
diff --git a/test/files/neg/bug86.check b/test/files/neg/bug86.check
new file mode 100644
index 0000000000..9ef489429c
--- /dev/null
+++ b/test/files/neg/bug86.check
@@ -0,0 +1,4 @@
+bug86.scala:4: trait Foo is abstract, so it cannot be instantiated
+ new Foo();
+ ^
+one error found