summaryrefslogtreecommitdiff
path: root/test/neg/stable.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/neg/stable.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/neg/stable.check')
-rw-r--r--test/neg/stable.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/neg/stable.check b/test/neg/stable.check
index 51a86f6a7e..eaa64ef62a 100644
--- a/test/neg/stable.check
+++ b/test/neg/stable.check
@@ -1,7 +1,7 @@
-./neg/stable.scala:10: stable identifier required, but test.y found.
+stable.scala:10: stable identifier required, but test.y found.
type b = y.T;
^
-./neg/stable.scala:11: stable identifier required, but test.z found.
+stable.scala:11: stable identifier required, but test.z found.
type c = z.T;
^
two errors found