aboutsummaryrefslogtreecommitdiff
path: root/src/sync/pool_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/sync/pool_test.go')
-rw-r--r--src/sync/pool_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sync/pool_test.go b/src/sync/pool_test.go
index ad98350b2b..65666daab4 100644
--- a/src/sync/pool_test.go
+++ b/src/sync/pool_test.go
@@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
// Pool is no-op under race detector, so all these tests do not work.
+//go:build !race
// +build !race
package sync_test