summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>