diff --git a/test/abi/bad_select_crash.go b/test/abi/bad_select_crash.go index 7786a56a02..58ca463cb8 100644 --- a/test/abi/bad_select_crash.go +++ b/test/abi/bad_select_crash.go @@ -1,8 +1,5 @@ // build -goexperiment regabi,regabiargs -// +build !windows -//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.