Register new snapshots
This commit is contained in:
parent
2ddb605654
commit
576e36e674
21 changed files with 9 additions and 1065 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue