diff options
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.rs | 2 | 
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; | 
