diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-08-26 13:51:10 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-08-26 13:51:10 -0700 |
| commit | d9a6a6365327ac156ef3102e2b7efae1b2be5934 (patch) | |
| tree | 7da77c02305f6a9e7cd9d3097270a81c13cead89 /src/compiletest | |
| parent | 77b8144295fdc19bf7700e3db9551fd190ecebcb (diff) | |
Fix build breakage
Diffstat (limited to 'src/compiletest')
| -rw-r--r-- | src/compiletest/errors.rs | 1 | ||||
| -rw-r--r-- | src/compiletest/header.rs | 1 | ||||
| -rw-r--r-- | src/compiletest/procsrv.rs | 3 |
3 files changed, 3 insertions, 2 deletions
diff --git a/src/compiletest/errors.rs b/src/compiletest/errors.rs index 9dde2f86f96..b517183df5c 100644 --- a/src/compiletest/errors.rs +++ b/src/compiletest/errors.rs @@ -1,4 +1,5 @@ import common::config; +import io::ReaderUtil; export load_errors; export expected_error; diff --git a/src/compiletest/header.rs b/src/compiletest/header.rs index 2905537d6a1..6767a3c70f8 100644 --- a/src/compiletest/header.rs +++ b/src/compiletest/header.rs @@ -2,6 +2,7 @@ import option; import str; import common::config; +import io::ReaderUtil; export test_props; export load_props; diff --git a/src/compiletest/procsrv.rs b/src/compiletest/procsrv.rs index bd9f8f4385f..8d7fd194330 100644 --- a/src/compiletest/procsrv.rs +++ b/src/compiletest/procsrv.rs @@ -1,7 +1,6 @@ import run::spawn_process; -import io::WriterUtil; +import io::{ReaderUtil, WriterUtil}; import libc::{c_int, pid_t}; - import pipes::chan; export run; |
