1
0
mirror of https://github.com/golang/go synced 2024-11-11 19:21:37 -07:00

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>
This commit is contained in:
David Chase 2021-04-15 17:12:34 -04:00
parent c692f752b5
commit 52df9291aa

View 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.