aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/os/env_unix_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/env_unix_test.go')
-rw-r--r--src/os/env_unix_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/env_unix_test.go b/src/os/env_unix_test.go
index 034f48154..93dff91a1 100644
--- a/src/os/env_unix_test.go
+++ b/src/os/env_unix_test.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-//go:build darwin || linux || wasip1
+//go:build darwin || linux || wasip1 || wasip2
package os_test