std::rt::uv::uvio: Enable tests on Win32

Closes #8816.
This commit is contained in:
klutzy 2013-09-16 10:30:00 +09:00
parent 3686c6cbcf
commit 20e8470953
1 changed files with 0 additions and 2 deletions

View File

@ -1740,7 +1740,6 @@ fn test_read_read_read() {
}
#[test]
#[ignore(cfg(windows))] // FIXME #8816
fn test_udp_twice() {
do run_in_mt_newsched_task {
let server_addr = next_test_ip4();
@ -1892,7 +1891,6 @@ fn file_test_uvio_full_simple_impl() {
}
#[test]
#[ignore(cfg(windows))] // FIXME #8816
fn file_test_uvio_full_simple() {
do run_in_mt_newsched_task {
file_test_uvio_full_simple_impl();