From c75bafbbbcd9fdd9c32e56b9c45f1177ae628e5c Mon Sep 17 00:00:00 2001 From: paltherr Date: Wed, 18 Jun 2003 08:20:31 +0000 Subject: - Fixed scala-test to make neg-check-files path... - Fixed scala-test to make neg-check-files path-indenpendant. --- test/neg/stable.check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/neg/stable.check') 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 -- cgit v1.2.3