We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38e972 commit 802d475Copy full SHA for 802d475
src/libstd/net_tcp.rs
@@ -1319,7 +1319,7 @@ pub mod test {
1319
}
1320
// Strange failure on Windows. --pcwalton
1321
#[test]
1322
- #[ignore(cfg(target_os = "windows"))]
+ #[ignore(cfg(target_os = "win32"))]
1323
fn test_gl_tcp_ipv4_server_client_reader_writer() {
1324
impl_gl_tcp_ipv4_server_client_reader_writer();
1325
@@ -1360,7 +1360,7 @@ pub mod test {
1360
1361
1362
#[ignore(cfg(target_os = "linux"))]
1363
1364
1365
1366
0 commit comments