diff options
Diffstat (limited to 'crates/ra_mbe/src/tests.rs')
-rw-r--r-- | crates/ra_mbe/src/tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_mbe/src/tests.rs b/crates/ra_mbe/src/tests.rs index 364dcc3c3..76f571502 100644 --- a/crates/ra_mbe/src/tests.rs +++ b/crates/ra_mbe/src/tests.rs | |||
@@ -1854,7 +1854,7 @@ fn test_expand_bad_literal() { | |||
1854 | fn test_empty_comments() { | 1854 | fn test_empty_comments() { |
1855 | parse_macro( | 1855 | parse_macro( |
1856 | r#" | 1856 | r#" |
1857 | macro_rules! one_arg_macro { ($fmt:expr) => (); } | 1857 | macro_rules! one_arg_macro { ($fmt:expr) => (); } |
1858 | "#, | 1858 | "#, |
1859 | ) | 1859 | ) |
1860 | .assert_expand_err( | 1860 | .assert_expand_err( |