summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-05-01 15:24:17 +0000
committerGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-05-01 15:24:17 +0000
commit374bd7f7b064482eb8ca6ee0b513f89c11e31acc (patch)
tree313a6dc7e8251d40d52e531fa71b06463f85c010 /test
parent570bb834c388537cebf049c5b30901866a978646 (diff)
downloadscala-374bd7f7b064482eb8ca6ee0b513f89c11e31acc.tar.gz
scala-374bd7f7b064482eb8ca6ee0b513f89c11e31acc.tar.bz2
scala-374bd7f7b064482eb8ca6ee0b513f89c11e31acc.zip
Fix for #773.
Problem was calling incompleteInputError multiple times would escalate the problem to be treated as a "real" error. This does not appear to be the correct semantics. Tried to fix this up as best as possible, but Sean needs to investigate the implications for the Eclipse plugin.
Diffstat (limited to 'test')
-rw-r--r--test/files/run/interpreter.check3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/files/run/interpreter.check b/test/files/run/interpreter.check
index 8ab8a7dd38..4689b659ba 100644
--- a/test/files/run/interpreter.check
+++ b/test/files/run/interpreter.check
@@ -142,9 +142,6 @@ scala>
scala> <console>:1: error: '=' expected but '=>' found.
def x => y => z
^
-<console>:1: error: illegal start of simple expression
- def x => y => z
- ^
scala> <console>:1: error: expected start of definition
[1,2,3]