From d85738f9e351b1a262e07461ff7b3473d8253855 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Wed, 9 Apr 2008 10:10:22 +0000 Subject: updated check file --- test/files/run/interpreter.check | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'test') diff --git a/test/files/run/interpreter.check b/test/files/run/interpreter.check index 1bb6c28486..8ab8a7dd38 100644 --- a/test/files/run/interpreter.check +++ b/test/files/run/interpreter.check @@ -146,12 +146,9 @@ scala> :1: error: '=' expected but '=>' found. def x => y => z ^ -scala> :1: error: identifier expected but integer literal found. +scala> :1: error: expected start of definition [1,2,3] - ^ -:1: error: ']' expected but eof found. - [1,2,3] - ^ + ^ scala> scala> -- cgit v1.2.3