Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Win32 fixes #9211

Closed
wants to merge 8 commits into from
Prev Previous commit
std::rt::uv::file: Enable tests on Win32
Closes #8814.
  • Loading branch information
klutzy committed Sep 16, 2013
commit 6d9c399ee2a462f14631fe2df905d16fad9a8143
2 changes: 0 additions & 2 deletions src/libstd/rt/uv/file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down