Skip to content

Commit 20e8470

Browse files
committed
std::rt::uv::uvio: Enable tests on Win32
Closes #8816.
1 parent 3686c6c commit 20e8470

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libstd/rt/uv/uvio.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1740,7 +1740,6 @@ fn test_read_read_read() {
17401740
}
17411741

17421742
#[test]
1743-
#[ignore(cfg(windows))] // FIXME #8816
17441743
fn test_udp_twice() {
17451744
do run_in_mt_newsched_task {
17461745
let server_addr = next_test_ip4();
@@ -1892,7 +1891,6 @@ fn file_test_uvio_full_simple_impl() {
18921891
}
18931892

18941893
#[test]
1895-
#[ignore(cfg(windows))] // FIXME #8816
18961894
fn file_test_uvio_full_simple() {
18971895
do run_in_mt_newsched_task {
18981896
file_test_uvio_full_simple_impl();

0 commit comments

Comments
 (0)