Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 30287e6

Browse files
committed
Fix test
1 parent 1a5aa84 commit 30287e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/ide_completion/src/tests/attribute.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ fn proc_macros_qualified() {
6262
struct Foo;
6363
"#,
6464
expect![[r#"
65-
at input_replace pub macro input_replace
66-
at identity pub macro identity
65+
at identity pub macro identity
6766
"#]],
6867
)
6968
}

0 commit comments

Comments
 (0)