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

Closes #8814.
This commit is contained in:
klutzy 2013-09-16 12:01:24 +09:00
parent 6aebf3cc16
commit 6d9c399ee2
1 changed files with 0 additions and 2 deletions

View File

@ -408,13 +408,11 @@ mod test {
}
#[test]
#[ignore(cfg(windows))] // FIXME #8814
fn file_test_full_simple() {
file_test_full_simple_impl();
}
#[test]
#[ignore(cfg(windows))] // FIXME #8814
fn file_test_full_simple_sync() {
file_test_full_simple_impl_sync();
}