Skip to content

Commit 15c6e6e

Browse files
committed
Fix checkfile
1 parent ccb61af commit 15c6e6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/neg/t6124.check

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
22 | val x3 = 52_ // error
4343
| ^
4444
| trailing separator is not allowed
45-
-- Error: tests/neg/t6124.scala:24:12 --------------------------------------------------------------------------------
45+
-- Error: tests/neg/t6124.scala:24:12 ----------------------------------------------------------------------------------
4646
24 | val x5 = 0_x52 // error // error
4747
| ^
4848
| trailing separator is not allowed
49-
-- Error: tests/neg/t6124.scala:24:11 --------------------------------------------------------------------------------
49+
-- Error: tests/neg/t6124.scala:24:11 ----------------------------------------------------------------------------------
5050
24 | val x5 = 0_x52 // error // error
5151
| ^
5252
| Invalid literal number

0 commit comments

Comments
 (0)