summaryrefslogtreecommitdiff
path: root/test/neg/abstract.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/abstract.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/abstract.check')
-rw-r--r--test/neg/abstract.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/neg/abstract.check b/test/neg/abstract.check
index c64b93b505..11d01ce3d9 100644
--- a/test/neg/abstract.check
+++ b/test/neg/abstract.check
@@ -1,7 +1,7 @@
-./neg/abstract.scala:5: malformed type: A.this.T#T
+abstract.scala:5: malformed type: A.this.T#T
def foo1 = bar().bar();
^
-./neg/abstract.scala:7: malformed type: A#T
+abstract.scala:7: malformed type: A#T
def foo3 = baz().bar();
^
two errors found