diff options
Diffstat (limited to 'src/os/tempfile_test.go')
-rw-r--r-- | src/os/tempfile_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/tempfile_test.go b/src/os/tempfile_test.go index 4b7416f4e..cf3fd46d7 100644 --- a/src/os/tempfile_test.go +++ b/src/os/tempfile_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 !baremetal && !js && !wasi && !wasip1 +//go:build !baremetal && !js && !wasip1 package os_test |