]> Cypherpunks repositories - gostls13.git/commitdiff
test/abi: reenable test on windows
authorDavid Chase <drchase@google.com>
Thu, 15 Apr 2021 21:12:34 +0000 (17:12 -0400)
committerDavid Chase <drchase@google.com>
Fri, 16 Apr 2021 13:38:02 +0000 (13:38 +0000)
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>
test/abi/bad_select_crash.go

index 7786a56a02886dec93a15818b1cc8a4eac7440e5..58ca463cb89bbfa268a674b1651a1a3bffad6ebb 100644 (file)
@@ -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.