Skip to content

Commit 1055400

Browse files
committed
Fix failing test
1 parent a1d23bb commit 1055400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/syntax/src/parsing/reparsing.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ enum Foo {
408408

409409
#[test]
410410
fn reparse_str_token_with_error_fixed() {
411-
do_check(r#""unterminated$0$0"#, "\"", 12);
411+
do_check(r#""unterminated$0$0"#, "\"", 13);
412412
}
413413

414414
#[test]

0 commit comments

Comments
 (0)