diff --git a/src/libstd/net_tcp.rs b/src/libstd/net_tcp.rs index f7a3cd3833b..d4bfed82efc 100644 --- a/src/libstd/net_tcp.rs +++ b/src/libstd/net_tcp.rs @@ -1319,7 +1319,7 @@ pub mod test { } // Strange failure on Windows. --pcwalton #[test] - #[ignore(cfg(target_os = "windows"))] + #[ignore(cfg(target_os = "win32"))] fn test_gl_tcp_ipv4_server_client_reader_writer() { impl_gl_tcp_ipv4_server_client_reader_writer(); } @@ -1360,7 +1360,7 @@ pub mod test { } #[test] #[ignore(cfg(target_os = "linux"))] - #[ignore(cfg(target_os = "windows"))] + #[ignore(cfg(target_os = "win32"))] fn test_gl_tcp_ipv4_server_client_reader_writer() { impl_gl_tcp_ipv4_server_client_reader_writer(); }