aboutsummaryrefslogtreecommitdiff
path: root/proc-macro2/tests/features.rs
diff options
context:
space:
mode:
Diffstat (limited to 'proc-macro2/tests/features.rs')
-rw-r--r--proc-macro2/tests/features.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/proc-macro2/tests/features.rs b/proc-macro2/tests/features.rs
deleted file mode 100644
index 073f6e6..0000000
--- a/proc-macro2/tests/features.rs
+++ /dev/null
@@ -1,8 +0,0 @@
-#[test]
-#[ignore]
-fn make_sure_no_proc_macro() {
- assert!(
- !cfg!(feature = "proc-macro"),
- "still compiled with proc_macro?"
- );
-}