aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime_unix_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/runtime_unix_test.go')
-rw-r--r--src/runtime/runtime_unix_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/runtime_unix_test.go b/src/runtime/runtime_unix_test.go
index b0cbbbe3e6..0251c676e6 100644
--- a/src/runtime/runtime_unix_test.go
+++ b/src/runtime/runtime_unix_test.go
@@ -6,6 +6,7 @@
// We need a fast system call to provoke the race,
// and Close(-1) is nearly universally fast.
+//go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || plan9
// +build aix darwin dragonfly freebsd linux netbsd openbsd plan9
package runtime_test