Enable WASI tests on Windows (#560)

For some weird reason (probably when migrating the codebase from
`wasi-common` repo to `wasmtime`), these did not get enabled for the
Windows platform.
This commit is contained in:
Jakub Konka
2019-11-13 16:06:09 +01:00
committed by Alex Crichton
parent 23e8bd8d66
commit 2737c5e8e5

View File

@@ -177,8 +177,6 @@ mod wasm_tests {
"dangling_symlink" => true,
"symlink_loop" => true,
"truncation_rights" => true,
"path_rename_trailing_slashes" => true,
"fd_readdir" => true,
"poll_oneoff" => true,
"path_link" => true,
_ => false,