Skip to content

Commit

Permalink
Update lexer lifetime test
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyouxu committed Feb 14, 2023
1 parent 98b82ae commit e3f9db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_lexer/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 235,7 @@ fn lifetime() {
check_lexing(
"'abc",
expect![[r#"
Token { kind: Lifetime { starts_with_number: false }, len: 4 }
Token { kind: Lifetime { starts_with_number: false, contains_emoji: false }, len: 4 }
"#]],
);
}
Expand Down

0 comments on commit e3f9db5

Please sign in to comment.