aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Chase <drchase@google.com>2021-04-15 17:12:34 -0400
committerDavid Chase <drchase@google.com>2021-04-16 13:38:02 +0000
commit52df9291aa72c2db77f6a339b3a99c8a65875a47 (patch)
treef1ae01d29f508e243b730c44a83ec2a819176006 /test
parentc692f752b5b78b919e11f3fccf158bc7dc17920b (diff)
downloadgo-52df9291aa72c2db77f6a339b3a99c8a65875a47.tar.gz
go-52df9291aa72c2db77f6a339b3a99c8a65875a47.zip
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 <drchase@google.com> Run-TryBot: David Chase <drchase@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com>
Diffstat (limited to 'test')
-rw-r--r--test/abi/bad_select_crash.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/abi/bad_select_crash.go b/test/abi/bad_select_crash.go
index 7786a56a028..58ca463cb89 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.