about summary refs log tree commit diff
path: root/src/test/run-pass/for-loop-while/for-loop-no-std.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/for-loop-while/for-loop-no-std.rs')
-rw-r--r--src/test/run-pass/for-loop-while/for-loop-no-std.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/for-loop-while/for-loop-no-std.rs b/src/test/run-pass/for-loop-while/for-loop-no-std.rs
index 877429f5d39..65a33c5f16f 100644
--- a/src/test/run-pass/for-loop-while/for-loop-no-std.rs
+++ b/src/test/run-pass/for-loop-while/for-loop-no-std.rs
@@ -1,6 +1,6 @@
 // run-pass
 #![allow(unused_imports)]
-#![feature(lang_items, start, alloc)]
+#![feature(lang_items, start)]
 #![no_std]
 
 extern crate std as other;