Enable close_read_wakes_up on Windows

This commit is contained in:
Chris Denton 2022-03-07 22:35:17 +00:00
parent 03918badd3
commit 24ec0f223d
No known key found for this signature in database
GPG key ID: 713472F2F45627DE

View file

@ -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));