mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Fix test
This commit is contained in:
parent
1a5aa84e9f
commit
30287e6051
1 changed files with 1 additions and 2 deletions
|
@ -62,7 +62,6 @@ fn proc_macros_qualified() {
|
||||||
struct Foo;
|
struct Foo;
|
||||||
"#,
|
"#,
|
||||||
expect![[r#"
|
expect![[r#"
|
||||||
at input_replace pub macro input_replace
|
|
||||||
at identity pub macro identity
|
at identity pub macro identity
|
||||||
"#]],
|
"#]],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue