From 2737c5e8e57a08d86396a8968cfcdaf08538cc97 Mon Sep 17 00:00:00 2001 From: Jakub Konka Date: Wed, 13 Nov 2019 16:06:09 +0100 Subject: [PATCH] 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. --- crates/wasi-common/build.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/wasi-common/build.rs b/crates/wasi-common/build.rs index df29e72a54..4a19ddb322 100644 --- a/crates/wasi-common/build.rs +++ b/crates/wasi-common/build.rs @@ -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,