From afd4e2ad8dc4112b99c8d30996ff0bb5b0516b53 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 13 Dec 2013 11:30:59 -0800 Subject: rustuv: Get all tests passing again after refactor All tests except for the homing tests are now working again with the librustuv/libgreen refactoring. The homing-related tests are currently commented out and now placed in the rustuv::homing module. I plan on refactoring scheduler pool spawning in order to enable more homing tests in a future commit. --- src/libstd/io/mod.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/libstd') diff --git a/src/libstd/io/mod.rs b/src/libstd/io/mod.rs index 8481de73c7f..2d52986294d 100644 --- a/src/libstd/io/mod.rs +++ b/src/libstd/io/mod.rs @@ -313,9 +313,8 @@ pub use self::net::udp::UdpStream; pub use self::pipe::PipeStream; pub use self::process::Process; -/// Testing helpers -#[cfg(test)] -mod test; +/// Various utility functions useful for writing I/O tests +pub mod test; /// Synchronous, non-blocking filesystem operations. pub mod fs; -- cgit 1.4.1-3-g733a5