about summary refs log tree commit diff
path: root/src/test/run-pass/const-block-item-macro-codegen.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/const-block-item-macro-codegen.rs')
-rw-r--r--src/test/run-pass/const-block-item-macro-codegen.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/run-pass/const-block-item-macro-codegen.rs b/src/test/run-pass/const-block-item-macro-codegen.rs
index 09f26b15734..03afe798954 100644
--- a/src/test/run-pass/const-block-item-macro-codegen.rs
+++ b/src/test/run-pass/const-block-item-macro-codegen.rs
@@ -11,8 +11,6 @@
 // General test that function items in static blocks
 // can be generated with a macro.
 
-#![feature(macro_rules)]
-
 struct MyType {
     desc: &'static str,
     data: uint,