summaryrefslogtreecommitdiff
path: root/test/neg/bug95.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/neg/bug95.check')
-rw-r--r--test/neg/bug95.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/neg/bug95.check b/test/neg/bug95.check
index d142a27b6f..0f67daa2fe 100644
--- a/test/neg/bug95.check
+++ b/test/neg/bug95.check
@@ -1,7 +1,7 @@
-test/neg/bug95.scala:1: illegal inheritance from sealed class
+bug95.scala:1: illegal inheritance from sealed class
class C extends AnyVal;
^
-test/neg/bug95.scala:2: illegal inheritance from sealed class
+bug95.scala:2: illegal inheritance from sealed class
class T extends Unit;
^
two errors found