about summary refs log tree commit diff
path: root/src/test/run-pass/repeated-vector-syntax.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/repeated-vector-syntax.rs')
-rw-r--r--src/test/run-pass/repeated-vector-syntax.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/run-pass/repeated-vector-syntax.rs b/src/test/run-pass/repeated-vector-syntax.rs
index e854a732632..eb1c34ee5eb 100644
--- a/src/test/run-pass/repeated-vector-syntax.rs
+++ b/src/test/run-pass/repeated-vector-syntax.rs
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(slicing_syntax)]
-
 pub fn main() {
     let x = [ [true]; 512 ];
     let y = [ 0i; 1 ];