Skip to content

Commit

Permalink
Enable close_read_wakes_up on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisDenton committed Mar 7, 2022
1 parent 03918ba commit 24ec0f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/std/src/net/tcp/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,6 @@ fn close_readwrite_smoke() {
}

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

0 comments on commit 24ec0f2

Please sign in to comment.