diff options
Diffstat (limited to 'src/libstd/io')
| -rw-r--r-- | src/libstd/io/test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/io/test.rs b/src/libstd/io/test.rs index de8a6f4beb5..bc52bc9946c 100644 --- a/src/libstd/io/test.rs +++ b/src/libstd/io/test.rs @@ -37,7 +37,7 @@ macro_rules! iotest ( use io::net::unix::*; use io::timer::*; use io::process::*; - use unstable::running_on_valgrind; + use rt::running_on_valgrind; use str; fn f() $b |
