Fix new test

This commit is contained in:
Keegan McAllister 2015-02-07 10:51:25 -08:00
parent ea85d43903
commit 312f8bd850

View File

@ -9,8 +9,8 @@
// except according to those terms.
#![crate_type = "rlib"]
#![feature(no_std, core)]
#![no_std]
#![feature(core)]
extern crate core;