Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir_def/src/macro_expansion_tests/proc_macros.rs')
-rw-r--r--crates/hir_def/src/macro_expansion_tests/proc_macros.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/hir_def/src/macro_expansion_tests/proc_macros.rs b/crates/hir_def/src/macro_expansion_tests/proc_macros.rs
index e0c5367cf3..0ca30fb799 100644
--- a/crates/hir_def/src/macro_expansion_tests/proc_macros.rs
+++ b/crates/hir_def/src/macro_expansion_tests/proc_macros.rs
@@ -76,7 +76,6 @@ fn foo() {
#[test]
fn attribute_macro_syntax_completion_2() {
// common case of dot completion while typing
- // right now not working
check(
r#"
//- proc_macros: identity_when_valid
@@ -88,7 +87,7 @@ fn foo() { bar.; blub }
fn foo() { bar.; blub }
fn foo() {
- bar.;
+ bar. ;
blub
}"##]],
);