summaryrefslogtreecommitdiff
path: root/test/files/neg/t5529.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t5529.check')
-rw-r--r--test/files/neg/t5529.check4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/files/neg/t5529.check b/test/files/neg/t5529.check
index 78a26aeb50..5d2175fa79 100644
--- a/test/files/neg/t5529.check
+++ b/test/files/neg/t5529.check
@@ -4,9 +4,7 @@ t5529.scala:12: error: File is already defined as class File
t5529.scala:10: error: class type required but test.Test.File found
sealed class Dir extends File { }
^
-t5529.scala:10: error: illegal inheritance; super<none>
- is not a subclass of the superclass Object
- of the mixin trait ScalaObject
+t5529.scala:10: error: test.Test.File does not have a constructor
sealed class Dir extends File { }
^
three errors found