Skip to content

Commit d85738f

Browse files
committed
updated check file
1 parent 17d0525 commit d85738f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

test/files/run/interpreter.check

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,9 @@ scala> <console>:1: error: '=' expected but '=>' found.
146146
def x => y => z
147147
^
148148

149-
scala> <console>:1: error: identifier expected but integer literal found.
149+
scala> <console>:1: error: expected start of definition
150150
[1,2,3]
151-
^
152-
<console>:1: error: ']' expected but eof found.
153-
[1,2,3]
154-
^
151+
^
155152

156153
scala>
157154
scala>

0 commit comments

Comments
 (0)