Skip to content

Commit 24ec0f2

Browse files
committed
Enable close_read_wakes_up on Windows
1 parent 03918ba commit 24ec0f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/std/src/net/tcp/tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,6 @@ fn close_readwrite_smoke() {
508508
}
509509

510510
#[test]
511-
#[cfg(unix)] // test doesn't work on Windows, see #31657
512511
fn close_read_wakes_up() {
513512
each_ip(&mut |addr| {
514513
let a = t!(TcpListener::bind(&addr));

0 commit comments

Comments
 (0)