mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Fixed typos in tests
This commit is contained in:
parent
6cd93db8a5
commit
4702c01553
3 changed files with 6 additions and 6 deletions
|
@ -1967,7 +1967,7 @@ fn test_no_space_after_semi_colon() {
|
|||
#[test]
|
||||
fn test_rustc_issue_57597() {
|
||||
fn test_error(fixture: &str) {
|
||||
assert_eq!(parse_macro_error(fixture), ParseError::RepetitionEmtpyTokenTree);
|
||||
assert_eq!(parse_macro_error(fixture), ParseError::RepetitionEmptyTokenTree);
|
||||
}
|
||||
|
||||
test_error("macro_rules! foo { ($($($i:ident)?)+) => {}; }");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue