summaryrefslogtreecommitdiff
path: root/test/files/neg/S2.check
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2003-06-18 08:20:31 +0000
committerpaltherr <paltherr@epfl.ch>2003-06-18 08:20:31 +0000
commitc75bafbbbcd9fdd9c32e56b9c45f1177ae628e5c (patch)
tree4b3ca905898f6d4fef43cadbe03904b655bf4060 /test/files/neg/S2.check
parent1b049a090b368474006f90a34b19209482ae18ae (diff)
downloadscala-c75bafbbbcd9fdd9c32e56b9c45f1177ae628e5c.tar.gz
scala-c75bafbbbcd9fdd9c32e56b9c45f1177ae628e5c.tar.bz2
scala-c75bafbbbcd9fdd9c32e56b9c45f1177ae628e5c.zip
- Fixed scala-test to make neg-check-files path...
- Fixed scala-test to make neg-check-files path-indenpendant.
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 0e55659ba4..cb6bb9c991 100644
--- a/test/files/neg/S2.check
+++ b/test/files/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