aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/futex_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/futex_test.go')
-rw-r--r--src/runtime/futex_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/futex_test.go b/src/runtime/futex_test.go
index 3051bd5880..10a735327a 100644
--- a/src/runtime/futex_test.go
+++ b/src/runtime/futex_test.go
@@ -6,6 +6,7 @@
// The race detector emits calls to split stack functions so it breaks
// the test.
+//go:build (dragonfly || freebsd || linux) && !race
// +build dragonfly freebsd linux
// +build !race