From: David Chase Date: Thu, 15 Apr 2021 21:12:34 +0000 (-0400) Subject: test/abi: reenable test on windows X-Git-Tag: go1.17beta1~611 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=52df9291aa72c2db77f6a339b3a99c8a65875a47;p=gostls13.git test/abi: reenable test on windows Reverses CL 308889. Fixes #45465. Updates #40724. Change-Id: I34b0d396dc34d0ec8c216e9b6a668de9dfce677c Reviewed-on: https://go-review.googlesource.com/c/go/+/310649 Trust: David Chase Run-TryBot: David Chase TryBot-Result: Go Bot Reviewed-by: Bryan C. Mills --- 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.