about summary refs log tree commit diff
diff options
context:
space:
mode:
authorKeegan McAllister <kmcallister@mozilla.com>2015-02-07 10:51:25 -0800
committerKeegan McAllister <kmcallister@mozilla.com>2015-02-07 10:51:25 -0800
commit312f8bd850ca4d575b1414badabab4f5aee99c67 (patch)
tree4fcd67bd41254130ba73b3f11a46dcc0a8452cf8
parentea85d43903ead3317bf6153fea9f77a5c4a904f1 (diff)
downloadrust-312f8bd850ca4d575b1414badabab4f5aee99c67.tar.gz
rust-312f8bd850ca4d575b1414badabab4f5aee99c67.zip
Fix new test
-rw-r--r--src/test/run-make/alloc-extern-crates/fakealloc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-make/alloc-extern-crates/fakealloc.rs b/src/test/run-make/alloc-extern-crates/fakealloc.rs
index 563a527b941..6d30956ab2b 100644
--- a/src/test/run-make/alloc-extern-crates/fakealloc.rs
+++ b/src/test/run-make/alloc-extern-crates/fakealloc.rs
@@ -9,8 +9,8 @@
 // except according to those terms.
 
 #![crate_type = "rlib"]
+#![feature(no_std, core)]
 #![no_std]
-#![feature(core)]
 extern crate core;