aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/race/race_windows_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/race/race_windows_test.go')
-rw-r--r--src/runtime/race/race_windows_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/race/race_windows_test.go b/src/runtime/race/race_windows_test.go
index 307a1ea6c0..e490d766dd 100644
--- a/src/runtime/race/race_windows_test.go
+++ b/src/runtime/race/race_windows_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 windows && race
// +build windows,race
package race_test