aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/race/syso_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/race/syso_test.go')
-rw-r--r--src/runtime/race/syso_test.go9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/runtime/race/syso_test.go b/src/runtime/race/syso_test.go
index db846c5d2a..f5095737a4 100644
--- a/src/runtime/race/syso_test.go
+++ b/src/runtime/race/syso_test.go
@@ -2,13 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build !android,!js,!ppc64le
-
-// Note: we don't run on Android or ppc64 because if there is any non-race test
-// file in this package, the OS tries to link the .syso file into the
-// test (even when we're not in race mode), which fails. I'm not sure
-// why, but easiest to just punt - as long as a single builder runs
-// this test, we're good.
+//go:build race
+// +build race
package race