More test fixes

This commit is contained in:
Alex Crichton
2015-01-06 16:16:35 -08:00
parent 24ccb34266
commit a64000820f
64 changed files with 227 additions and 187 deletions

View File

@@ -65,7 +65,7 @@
#![no_std]
#![allow(unknown_features)]
#![feature(lang_items, phase, unsafe_destructor)]
#![feature(lang_items, unsafe_destructor)]
#[macro_use]
extern crate core;