Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/mbe/src/tests/expand.rs')
-rw-r--r--crates/mbe/src/tests/expand.rs15
1 files changed, 0 insertions, 15 deletions
diff --git a/crates/mbe/src/tests/expand.rs b/crates/mbe/src/tests/expand.rs
index 393c2041d9..758bf8c6f7 100644
--- a/crates/mbe/src/tests/expand.rs
+++ b/crates/mbe/src/tests/expand.rs
@@ -102,21 +102,6 @@ fn test_attr_to_token_tree() {
}
#[test]
-fn test_macro_2_0_panic_2015() {
- parse_macro2(
- r#"
-macro panic_2015 {
- () => (
- ),
- (bar) => (
- ),
-}
-"#,
- )
- .assert_expand_items("panic_2015!(bar);", "");
-}
-
-#[test]
fn test_path() {
parse_macro(
r#"