diff options
Diffstat (limited to 'crates/syntax')
-rw-r--r-- | crates/syntax/test_data/parser/ok/0011_outer_attribute.rast | 2 | ||||
-rw-r--r-- | crates/syntax/test_data/parser/ok/0011_outer_attribute.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/syntax/test_data/parser/ok/0011_outer_attribute.rast b/crates/syntax/test_data/parser/ok/0011_outer_attribute.rast index ff5877a7b..31f76589d 100644 --- a/crates/syntax/test_data/parser/ok/0011_outer_attribute.rast +++ b/crates/syntax/test_data/parser/ok/0011_outer_attribute.rast | |||
@@ -21,7 +21,7 @@ SOURCE_FILE@0..60 | |||
21 | PATH@15..21 | 21 | PATH@15..21 |
22 | PATH_SEGMENT@15..21 | 22 | PATH_SEGMENT@15..21 |
23 | NAME_REF@15..21 | 23 | NAME_REF@15..21 |
24 | IDENT@15..21 "ignore" | 24 | IDENT@15..21 "Ignore" |
25 | R_BRACK@21..22 "]" | 25 | R_BRACK@21..22 "]" |
26 | WHITESPACE@22..23 "\n" | 26 | WHITESPACE@22..23 "\n" |
27 | FN_KW@23..25 "fn" | 27 | FN_KW@23..25 "fn" |
diff --git a/crates/syntax/test_data/parser/ok/0011_outer_attribute.rs b/crates/syntax/test_data/parser/ok/0011_outer_attribute.rs index 3d2e01d5c..6f04cb171 100644 --- a/crates/syntax/test_data/parser/ok/0011_outer_attribute.rs +++ b/crates/syntax/test_data/parser/ok/0011_outer_attribute.rs | |||
@@ -1,5 +1,5 @@ | |||
1 | #[cfg(test)] | 1 | #[cfg(test)] |
2 | #[ignore] | 2 | #[Ignore] |
3 | fn foo() {} | 3 | fn foo() {} |
4 | 4 | ||
5 | #[path = "a.rs"] | 5 | #[path = "a.rs"] |