From 648556baef4b6f7f1a87f0bf0097bddcdb869cfc Mon Sep 17 00:00:00 2001 From: Sean McDirmid Date: Thu, 27 Sep 2007 08:40:24 +0000 Subject: Fixed interpreter error recovery mode and somet... Fixed interpreter error recovery mode and something in Namers that was unlinking module symbols (removed unlink, hope resident compiler is ok, but there are no tests for this in the test suite, better to fix the tests we do have then worry about tests we don't right?) --- test/files/run/interpreter.check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/files/run/interpreter.check') diff --git a/test/files/run/interpreter.check b/test/files/run/interpreter.check index 0ce5aca0d8..1778b51a87 100644 --- a/test/files/run/interpreter.check +++ b/test/files/run/interpreter.check @@ -139,14 +139,14 @@ def x => y => z ^ :1: error: illegal start of simple expression def x => y => z - ^ + ^ scala> :1: error: identifier expected but integer literal found. [1,2,3] ^ :1: error: ']' expected but eof found. [1,2,3] - ^ + ^ scala> scala> -- cgit v1.2.3