about summary refs log tree commit diff
path: root/src/test/bench/shootout-regex-dna.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/bench/shootout-regex-dna.rs')
-rw-r--r--src/test/bench/shootout-regex-dna.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/bench/shootout-regex-dna.rs b/src/test/bench/shootout-regex-dna.rs
index dccdafe9cf8..0adb80c2689 100644
--- a/src/test/bench/shootout-regex-dna.rs
+++ b/src/test/bench/shootout-regex-dna.rs
@@ -41,7 +41,7 @@
 // ignore-stage1
 // ignore-cross-compile #12102
 
-#![feature(macro_rules, phase, slicing_syntax)]
+#![feature(macro_rules, phase)]
 
 extern crate regex;
 #[phase(plugin)]extern crate regex_macros;