aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/race/race_unix_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/race/race_unix_test.go')
-rw-r--r--src/runtime/race/race_unix_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/race/race_unix_test.go b/src/runtime/race/race_unix_test.go
index 84f0acece6..acd6e47f98 100644
--- a/src/runtime/race/race_unix_test.go
+++ b/src/runtime/race/race_unix_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 race && (darwin || freebsd || linux)
// +build race
// +build darwin freebsd linux