summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2008-04-09 10:10:22 +0000
committerMartin Odersky <odersky@gmail.com>2008-04-09 10:10:22 +0000
commitd85738f9e351b1a262e07461ff7b3473d8253855 (patch)
treeef5b937652245b291bd4cedef2a3a41a6a46a6ee
parent17d05259cdaaad94b0c7ef9387fe63cd849b15a7 (diff)
downloadscala-2.7-diverged.tar.gz
scala-2.7-diverged.tar.bz2
scala-2.7-diverged.zip
updated check filev2.7-diverged
-rw-r--r--test/files/run/interpreter.check7
1 files changed, 2 insertions, 5 deletions
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> <console>:1: error: '=' expected but '=>' found.
def x => y => z
^
-scala> <console>:1: error: identifier expected but integer literal found.
+scala> <console>:1: error: expected start of definition
[1,2,3]
- ^
-<console>:1: error: ']' expected but eof found.
- [1,2,3]
- ^
+ ^
scala>
scala>