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, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/repeated-vector-syntax.rs b/src/test/run-pass/repeated-vector-syntax.rs
index e091092b653..9538a097ab4 100644
--- a/src/test/run-pass/repeated-vector-syntax.rs
+++ b/src/test/run-pass/repeated-vector-syntax.rs
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#[feature(managed_boxes)];
+#![feature(managed_boxes)]
 
 #[deriving(Clone)]
 struct Foo {