summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/files/neg/bug95.check4
-rw-r--r--test/neg/bug95.check4
2 files changed, 4 insertions, 4 deletions
diff --git a/test/files/neg/bug95.check b/test/files/neg/bug95.check
index d142a27b6f..0f67daa2fe 100644
--- a/test/files/neg/bug95.check
+++ b/test/files/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
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