From 52df9291aa72c2db77f6a339b3a99c8a65875a47 Mon Sep 17 00:00:00 2001 From: David Chase Date: Thu, 15 Apr 2021 17:12:34 -0400 Subject: [PATCH] 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 --- test/abi/bad_select_crash.go | 3 --- 1 file changed, 3 deletions(-) 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. -- 2.50.0