summaryrefslogtreecommitdiff
path: root/test/neg/S2.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/neg/S2.check')
-rw-r--r--test/neg/S2.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/neg/S2.check b/test/neg/S2.check
index 0e55659ba4..cb6bb9c991 100644
--- a/test/neg/S2.check
+++ b/test/neg/S2.check
@@ -1,7 +1,7 @@
-./neg/S2.scala:14: type z.type escapes its defining scope as part of z.Inner
+S2.scala:14: type z.type escapes its defining scope as part of z.Inner
def x = { val z = new S2(); new z.Inner(); }
^
-./neg/S2.scala:15: type z.type escapes its defining scope as part of z.Inner
+S2.scala:15: type z.type escapes its defining scope as part of z.Inner
def y = { val z = new S2(); new z.Inner(); }
^
two errors found