From 12ecdb6381049e468ae56bf2e049ee885e185d2c Mon Sep 17 00:00:00 2001 From: Vadim Chugunov Date: Mon, 19 Aug 2013 15:40:37 -0700 Subject: Enabled unit tests in std and extra. --- src/libstd/rt/io/extensions.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/libstd/rt') 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); -- cgit 1.4.1-3-g733a5