summaryrefslogtreecommitdiff
path: root/test/files/run
diff options
context:
space:
mode:
authorSean McDirmid <sean.mcdirmid@gmail.com>2007-09-27 08:40:24 +0000
committerSean McDirmid <sean.mcdirmid@gmail.com>2007-09-27 08:40:24 +0000
commit648556baef4b6f7f1a87f0bf0097bddcdb869cfc (patch)
tree3372d20b6225e27af0950eba89b67d5aecaa21ea /test/files/run
parent67717605c87e854e576489f66cfc150f5eb785f0 (diff)
downloadscala-648556baef4b6f7f1a87f0bf0097bddcdb869cfc.tar.gz
scala-648556baef4b6f7f1a87f0bf0097bddcdb869cfc.tar.bz2
scala-648556baef4b6f7f1a87f0bf0097bddcdb869cfc.zip
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?)
Diffstat (limited to 'test/files/run')
-rw-r--r--test/files/run/interpreter.check4
1 files changed, 2 insertions, 2 deletions
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
^
<console>:1: error: illegal start of simple expression
def x => y => z
- ^
+ ^
scala> <console>:1: error: identifier expected but integer literal found.
[1,2,3]
^
<console>:1: error: ']' expected but eof found.
[1,2,3]
- ^
+ ^
scala>
scala>