From 30287e6051f82085d62d38f26f42a53fa48b434c Mon Sep 17 00:00:00 2001 From: Florian Diebold Date: Tue, 8 Feb 2022 20:44:46 +0100 Subject: [PATCH] Fix test --- crates/ide_completion/src/tests/attribute.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/ide_completion/src/tests/attribute.rs b/crates/ide_completion/src/tests/attribute.rs index 5a9c48a327..2e643453af 100644 --- a/crates/ide_completion/src/tests/attribute.rs +++ b/crates/ide_completion/src/tests/attribute.rs @@ -62,8 +62,7 @@ fn proc_macros_qualified() { struct Foo; "#, expect![[r#" - at input_replace pub macro input_replace - at identity pub macro identity + at identity pub macro identity "#]], ) }