about summary refs log tree commit diff
path: root/src/test/run-pass/expr-if-box.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-12-14 23:02:15 -0800
committerbors <bors@rust-lang.org>2013-12-14 23:02:15 -0800
commit7f5787ac26e66f42323fa417cb4b0356b22e7da5 (patch)
tree82d5b4742d97c77f8bbb2944a0d9a7df0fe0dd28 /src/test/run-pass/expr-if-box.rs
parent8f6df87c1d876895a7e313728b43d9710ae682bb (diff)
parent6747d0738a88e7a94171ec7b3f42c837352bc5be (diff)
downloadrust-7f5787ac26e66f42323fa417cb4b0356b22e7da5.tar.gz
rust-7f5787ac26e66f42323fa417cb4b0356b22e7da5.zip
auto merge of #10932 : alexcrichton/rust/feature-update, r=cmr
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() {