summaryrefslogtreecommitdiff
path: root/test/files/neg/bug105.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug105.check')
-rw-r--r--test/files/neg/bug105.check4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/files/neg/bug105.check b/test/files/neg/bug105.check
deleted file mode 100644
index d0a980053a..0000000000
--- a/test/files/neg/bug105.check
+++ /dev/null
@@ -1,4 +0,0 @@
-bug105.scala:1: illegal inheritance from sealed class
-object T extends Array[Int](1);
- ^
-one error found