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