summaryrefslogtreecommitdiff
path: root/test/files/run/interpreter.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/interpreter.check')
-rw-r--r--test/files/run/interpreter.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/interpreter.check b/test/files/run/interpreter.check
index 0ce5aca0d8..1778b51a87 100644
--- a/test/files/run/interpreter.check
+++ b/test/files/run/interpreter.check
@@ -139,14 +139,14 @@ def x => y => z
^
<console>:1: error: illegal start of simple expression
def x => y => z
- ^
+ ^
scala> <console>:1: error: identifier expected but integer literal found.
[1,2,3]
^
<console>:1: error: ']' expected but eof found.
[1,2,3]
- ^
+ ^
scala>
scala>