Skip to content

Commit 7729879

Browse files
committed
Remove unused test fixtures
1 parent eedadd7 commit 7729879

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

crates/hir_def/src/nameres/tests/macros.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -846,11 +846,7 @@ fn resolve_macro_def() {
846846
pub macro structs($($i:ident),*) {
847847
$(struct $i { field: u32 } )*
848848
}
849-
850849
structs!(Foo);
851-
852-
//- /nested.rs
853-
structs!(Bar, Baz);
854850
"#,
855851
expect![[r#"
856852
crate

0 commit comments

Comments
 (0)