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.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/runtime/race/race_unix_test.go b/src/runtime/race/race_unix_test.go
index acd6e47f98..6cc0730589 100644
--- a/src/runtime/race/race_unix_test.go
+++ b/src/runtime/race/race_unix_test.go
@@ -3,8 +3,6 @@
// license that can be found in the LICENSE file.
//go:build race && (darwin || freebsd || linux)
-// +build race
-// +build darwin freebsd linux
package race_test