From 312f8bd850ca4d575b1414badabab4f5aee99c67 Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Sat, 7 Feb 2015 10:51:25 -0800 Subject: [PATCH] Fix new test --- src/test/run-make/alloc-extern-crates/fakealloc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;