diff --git a/test/abi/bad_select_crash.go b/test/abi/bad_select_crash.go index 58ca463cb89..7ad1d05a8c8 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.