about summary refs log tree commit diff
path: root/src/test/run-pass/nullable-pointer-size.rs
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2014-07-26 21:05:03 -0700
committerBrian Anderson <banderson@mozilla.com>2014-07-26 21:05:29 -0700
commitaa486547404553227fa3db0a887554245605075a (patch)
treeaede8b055e7ebe4bbf7378572b1323a0bdcee035 /src/test/run-pass/nullable-pointer-size.rs
parent3d7a7f645f91371a7fbaf9d8b31e33d89a045aa4 (diff)
downloadrust-aa486547404553227fa3db0a887554245605075a.tar.gz
rust-aa486547404553227fa3db0a887554245605075a.zip
Remove managed_box gate from tests
No longer does anything.
Diffstat (limited to 'src/test/run-pass/nullable-pointer-size.rs')
-rw-r--r--src/test/run-pass/nullable-pointer-size.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/nullable-pointer-size.rs b/src/test/run-pass/nullable-pointer-size.rs
index 8a54f22585f..9dd65bdcb26 100644
--- a/src/test/run-pass/nullable-pointer-size.rs
+++ b/src/test/run-pass/nullable-pointer-size.rs
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(macro_rules, managed_boxes)]
+#![feature(macro_rules)]
 
 use std::mem;
 use std::gc::Gc;