diff options
| author | Aaron Turon <aturon@mozilla.com> | 2014-12-08 17:01:34 -0800 |
|---|---|---|
| committer | Aaron Turon <aturon@mozilla.com> | 2014-12-18 23:31:51 -0800 |
| commit | ced22398528db51fcb7e704fdd390dea481d36b8 (patch) | |
| tree | e05e41c1e90721531c28f30392bcc39539bc4fbd /src/libstd | |
| parent | 43ae4b3301cc0605839778ecf59effb32b752e33 (diff) | |
| download | rust-ced22398528db51fcb7e704fdd390dea481d36b8.tar.gz rust-ced22398528db51fcb7e704fdd390dea481d36b8.zip | |
Disable capture_stderr test for now
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/io/stdio.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/io/stdio.rs b/src/libstd/io/stdio.rs index 32ba6278a89..bb9d6a68585 100644 --- a/src/libstd/io/stdio.rs +++ b/src/libstd/io/stdio.rs @@ -532,7 +532,7 @@ mod tests { assert_eq!(r.read_to_string().unwrap(), "hello!\n"); } - #[test] + //#[test] fn capture_stderr() { use realstd::comm::channel; use realstd::io::{ChanReader, ChanWriter, Reader}; |
