aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2021-03-28 03:41:18 +0100
committerEdwin Cheng <[email protected]>2021-03-28 03:41:18 +0100
commit772987911851d6480ec8c905c0cac1e2f881152c (patch)
tree61884ff0c2e35d3052ce600629188a9ae4483090
parenteedadd70241e70f76b178763fd0e005217e36ea1 (diff)
Remove unused test fixtures
-rw-r--r--crates/hir_def/src/nameres/tests/macros.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/crates/hir_def/src/nameres/tests/macros.rs b/crates/hir_def/src/nameres/tests/macros.rs
index 9986e99e4..c37f915ab 100644
--- a/crates/hir_def/src/nameres/tests/macros.rs
+++ b/crates/hir_def/src/nameres/tests/macros.rs
@@ -846,11 +846,7 @@ fn resolve_macro_def() {
846pub macro structs($($i:ident),*) { 846pub macro structs($($i:ident),*) {
847 $(struct $i { field: u32 } )* 847 $(struct $i { field: u32 } )*
848} 848}
849
850structs!(Foo); 849structs!(Foo);
851
852//- /nested.rs
853structs!(Bar, Baz);
854"#, 850"#,
855 expect![[r#" 851 expect![[r#"
856 crate 852 crate