From 1763f36c9d47550838793e129f2297ecfc8bebd1 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 26 Dec 2013 18:28:24 -0800 Subject: Bring native process bindings up to date Move the tests into libstd, use the `iotest!` macro to test both native and uv bindings, and use the cloexec trick to figure out when the child process fails in exec. --- src/libstd/io/test.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libstd/io/test.rs') diff --git a/src/libstd/io/test.rs b/src/libstd/io/test.rs index 4be11227965..c189bd47b06 100644 --- a/src/libstd/io/test.rs +++ b/src/libstd/io/test.rs @@ -33,6 +33,7 @@ macro_rules! iotest ( use io::net::udp::*; #[cfg(unix)] use io::net::unix::*; + use io::process::*; use str; use util; -- cgit 1.4.1-3-g733a5