提交 6d9c399e 编写于 作者: K klutzy

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

Closes #8814.
上级 6aebf3cc
......@@ -408,13 +408,11 @@ fn file_test_full_simple_impl_sync() {
}
#[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();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册