aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/norace_linux_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/norace_linux_test.go')
-rw-r--r--src/runtime/norace_linux_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/norace_linux_test.go b/src/runtime/norace_linux_test.go
index 3517a5ddbe..94b7c7a467 100644
--- a/src/runtime/norace_linux_test.go
+++ b/src/runtime/norace_linux_test.go
@@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
// The file contains tests that cannot run under race detector for some reason.
+//go:build !race
// +build !race
package runtime_test