diff options
Diffstat (limited to 'test/tests.zig')
| -rw-r--r-- | test/tests.zig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/tests.zig b/test/tests.zig index 3b70d0e36b..74aa9b105a 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -483,15 +483,6 @@ pub fn addPkgTests( if (skip_non_native and !test_target.target.isNative()) continue; - if (!is_wasmtime_enabled) { - if (test_target.target.os_tag) |tag| { - if (tag == .wasi) { - warn("Skipping {} on wasm32-wasi.\n", .{root_src}); - continue; - } - } - } - if (skip_libc and test_target.link_libc) continue; |
