1
Fork 0

Register new snapshots

This commit is contained in:
Flavio Percoco 2014-03-23 11:37:31 +01:00
parent 2ddb605654
commit 576e36e674
21 changed files with 9 additions and 1065 deletions

View file

@ -58,7 +58,6 @@
#[no_std];
#[deny(missing_doc)];
#[allow(deprecated_owned_vector)]; // NOTE: remove after stage0
// When testing libstd, bring in libuv as the I/O backend so tests can print
// things and all of the std::io tests have an I/O interface to run on top
@ -78,9 +77,6 @@
#[cfg(test)] pub use cmp = realstd::cmp;
#[cfg(test)] pub use ty = realstd::ty;
#[cfg(stage0)]
pub use vec_ng = vec;
// Run tests with libgreen instead of libnative.
//
// FIXME: This egregiously hacks around starting the test runner in a different