Skip to content

Commit 6b5161f

Browse files
n/A
1 parent 18ca50d commit 6b5161f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compiler/tests/lexer_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ mod lexer_test {
3636
(TokenType::Int, 0, 1),
3737
(TokenType::Plus, 2, 3),
3838
(TokenType::Int, 4, 5),
39-
(TokenType::Endmarker, 4, 5),
39+
(TokenType::Endmarker, 5, 5),
4040
])
4141
];
4242

0 commit comments

Comments
 (0)