Skip to content

Commit 6d9c399

Browse files
committed
std::rt::uv::file: Enable tests on Win32
Closes #8814.
1 parent 6aebf3c commit 6d9c399

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libstd/rt/uv/file.rs

-2
Original file line numberDiff line numberDiff line change
@@ -408,13 +408,11 @@ mod test {
408408
}
409409
410410
#[test]
411-
#[ignore(cfg(windows))] // FIXME #8814
412411
fn file_test_full_simple() {
413412
file_test_full_simple_impl();
414413
}
415414
416415
#[test]
417-
#[ignore(cfg(windows))] // FIXME #8814
418416
fn file_test_full_simple_sync() {
419417
file_test_full_simple_impl_sync();
420418
}

0 commit comments

Comments
 (0)