summaryrefslogtreecommitdiff
path: root/test/neg/S4.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/S4.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/S4.check')
-rw-r--r--test/neg/S4.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/neg/S4.check b/test/neg/S4.check
index c4ccb91923..7fd616488b 100644
--- a/test/neg/S4.check
+++ b/test/neg/S4.check
@@ -1,4 +1,4 @@
-./neg/S4.scala:5: stable identifier required, but a found.
+S4.scala:5: stable identifier required, but a found.
def foo(x: a.Inner) = x;
^
one error found