libstd: "target_os = win32", not "target_os = windows". rs=bustage
This commit is contained in:
parent
f38e9724e6
commit
802d475190
@ -1319,7 +1319,7 @@ fn test_gl_tcp_server_access_denied() unsafe {
|
||||
}
|
||||
// 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 @@ fn test_gl_tcp_server_access_denied() unsafe {
|
||||
}
|
||||
#[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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user