diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2012-12-27 17:53:04 -0800 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2012-12-27 17:53:04 -0800 |
| commit | e26ca35b081e96d709f318e668e06209e89b95e2 (patch) | |
| tree | 2ad76c644d465bc9a6007df2c0ee78ad5cc4cd07 /src/libcore/pipes.rs | |
| parent | 84ce55e5427d0d36dbf6e330537175ab4162b6f2 (diff) | |
librustc: Fix the test runner, the condition system, and core test. rs=bustage
Diffstat (limited to 'src/libcore/pipes.rs')
| -rw-r--r-- | src/libcore/pipes.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libcore/pipes.rs b/src/libcore/pipes.rs index 12c01b307d5..a129a9f4c5a 100644 --- a/src/libcore/pipes.rs +++ b/src/libcore/pipes.rs @@ -1246,6 +1246,9 @@ pub mod rt { #[cfg(test)] pub mod test { + use pipes::oneshot; + use pipes; + #[test] pub fn test_select2() { let (p1, c1) = pipes::stream(); |
