diff options
| author | Vadim Chugunov <vadimcn@gmail.com> | 2013-08-19 15:40:37 -0700 | 
|---|---|---|
| committer | Vadim Chugunov <vadimcn@gmail.com> | 2013-08-22 20:02:20 -0700 | 
| commit | 12ecdb6381049e468ae56bf2e049ee885e185d2c (patch) | |
| tree | f24d6c0d18079a717fd724dcacaefb104e297905 /src/libstd/rt/io/extensions.rs | |
| parent | 9e4fddeadea70d2e9d04234b248ab119e5310630 (diff) | |
| download | rust-12ecdb6381049e468ae56bf2e049ee885e185d2c.tar.gz rust-12ecdb6381049e468ae56bf2e049ee885e185d2c.zip  | |
Enabled unit tests in std and extra.
Diffstat (limited to 'src/libstd/rt/io/extensions.rs')
| -rw-r--r-- | src/libstd/rt/io/extensions.rs | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/rt/io/extensions.rs b/src/libstd/rt/io/extensions.rs index 3ce04a902e2..bc07de7d965 100644 --- a/src/libstd/rt/io/extensions.rs +++ b/src/libstd/rt/io/extensions.rs @@ -751,7 +751,6 @@ mod test { #[test] #[should_fail] - #[ignore(cfg(windows))] fn push_bytes_fail_reset_len() { // push_bytes unsafely sets the vector length. This is testing that // upon failure the length is reset correctly. @@ -806,7 +805,6 @@ mod test { #[test] #[should_fail] - #[ignore(cfg(windows))] fn read_to_end_error() { let mut reader = MockReader::new(); let count = Cell::new(0);  | 
