aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/os/removeall_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/removeall_test.go')
-rw-r--r--src/os/removeall_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/removeall_test.go b/src/os/removeall_test.go
index ea7c83b4e..9f49e6793 100644
--- a/src/os/removeall_test.go
+++ b/src/os/removeall_test.go
@@ -1,4 +1,4 @@
-//go:build darwin || (linux && !baremetal && !js && !wasi)
+//go:build darwin || (linux && !baremetal && !js && !wasip1 && !wasip2)
// TODO: implement ReadDir on windows