From 374bd7f7b064482eb8ca6ee0b513f89c11e31acc Mon Sep 17 00:00:00 2001 From: Geoffrey Washburn Date: Thu, 1 May 2008 15:24:17 +0000 Subject: 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. --- test/files/run/interpreter.check | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/files/run') 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> :1: error: '=' expected but '=>' found. def x => y => z ^ -:1: error: illegal start of simple expression - def x => y => z - ^ scala> :1: error: expected start of definition [1,2,3] -- cgit v1.2.3