diff options
| author | Keegan McAllister <kmcallister@mozilla.com> | 2015-02-07 10:51:25 -0800 |
|---|---|---|
| committer | Keegan McAllister <kmcallister@mozilla.com> | 2015-02-07 10:51:25 -0800 |
| commit | 312f8bd850ca4d575b1414badabab4f5aee99c67 (patch) | |
| tree | 4fcd67bd41254130ba73b3f11a46dcc0a8452cf8 | |
| parent | ea85d43903ead3317bf6153fea9f77a5c4a904f1 (diff) | |
| download | rust-312f8bd850ca4d575b1414badabab4f5aee99c67.tar.gz rust-312f8bd850ca4d575b1414badabab4f5aee99c67.zip | |
Fix new test
| -rw-r--r-- | src/test/run-make/alloc-extern-crates/fakealloc.rs | 2 |
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; |
