Skip to content

Commit 4b7cd52

Browse files
committed
fix: update test's expect value
1 parent 472230e commit 4b7cd52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_parse/src/parser/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2865,7 +2865,7 @@ fn debug_lookahead() {
28652865
kind: Eof,
28662866
span: Span {
28672867
lo: BytePos(
2868-
27,
2868+
28,
28692869
),
28702870
hi: BytePos(
28712871
28,

0 commit comments

Comments
 (0)