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