aboutsummaryrefslogtreecommitdiff
path: root/src/os/timeout_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/timeout_test.go')
-rw-r--r--src/os/timeout_test.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/os/timeout_test.go b/src/os/timeout_test.go
index 0a39f46333..6d65e420f0 100644
--- a/src/os/timeout_test.go
+++ b/src/os/timeout_test.go
@@ -2,9 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build !js
-// +build !plan9
-// +build !windows
+//go:build !js && !plan9 && !windows
+// +build !js,!plan9,!windows
package os_test