Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-ty/src/tests/macros.rs')
-rw-r--r--crates/hir-ty/src/tests/macros.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/hir-ty/src/tests/macros.rs b/crates/hir-ty/src/tests/macros.rs
index 5a3cde028d..81268f37fd 100644
--- a/crates/hir-ty/src/tests/macros.rs
+++ b/crates/hir-ty/src/tests/macros.rs
@@ -346,8 +346,8 @@ fn recurisve_macro_expanded_in_stmts() {
!3..4 'a': i32
!5..6 '3': i32
196..237 '{ ...= a; }': ()
- 229..230 'b': {unknown}
- 233..234 'a': {unknown}
+ 229..230 'b': i32
+ 233..234 'a': i32
"#]],
);
}