diff options
Diffstat (limited to 'src/testing/is_wasi_no_test.go')
-rw-r--r-- | src/testing/is_wasi_no_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/is_wasi_no_test.go b/src/testing/is_wasi_no_test.go index 86fab391e..630467ec0 100644 --- a/src/testing/is_wasi_no_test.go +++ b/src/testing/is_wasi_no_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 !wasi +//go:build !wasi && !wasip1 package testing_test |