aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/abi/bad_select_crash.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/abi/bad_select_crash.go b/test/abi/bad_select_crash.go
index 58ca463cb8..7ad1d05a8c 100644
--- a/test/abi/bad_select_crash.go
+++ b/test/abi/bad_select_crash.go
@@ -1,5 +1,7 @@
// build -goexperiment regabi,regabiargs
+//go:build !windows
+
// Copyright 2021 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.