about summary refs log tree commit diff
path: root/src/test/run-pass/expr-if-box.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/expr-if-box.rs')
-rw-r--r--src/test/run-pass/expr-if-box.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/test/run-pass/expr-if-box.rs b/src/test/run-pass/expr-if-box.rs
index d31723f9c6c..b83c7b8852c 100644
--- a/src/test/run-pass/expr-if-box.rs
+++ b/src/test/run-pass/expr-if-box.rs
@@ -8,9 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-
-
-
+#[feature(managed_boxes)];
 
 // Tests for if as expressions returning boxed types
 fn test_box() {