aboutsummaryrefslogtreecommitdiff
path: root/test/abi
diff options
context:
space:
mode:
authorDavid Chase <drchase@google.com>2021-04-09 12:53:27 -0400
committerDavid Chase <drchase@google.com>2021-04-09 17:37:22 +0000
commitd11968012c81e6eef3a1f3ff4c19a610222fc305 (patch)
tree5f686cc46ee9289b4c48648ffedc58b07852e46e /test/abi
parent6951da56b0ae2cd4250fc1b0350d090aed633ac1 (diff)
downloadgo-d11968012c81e6eef3a1f3ff4c19a610222fc305.tar.gz
go-d11968012c81e6eef3a1f3ff4c19a610222fc305.zip
test/abi: disable test with old-style build tag known to run.go
A quick check of the source to run.go suggests that it does not look for the new-style build tags. Updates #45465. Change-Id: Ib4be040935d71e732f81d52c4a22c2b514195f40 Reviewed-on: https://go-review.googlesource.com/c/go/+/308934 Run-TryBot: David Chase <drchase@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Cherry Zhang <cherryyz@google.com> Trust: David Chase <drchase@google.com>
Diffstat (limited to 'test/abi')
-rw-r--r--test/abi/bad_select_crash.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/abi/bad_select_crash.go b/test/abi/bad_select_crash.go
index 7ad1d05a8c..7786a56a02 100644
--- a/test/abi/bad_select_crash.go
+++ b/test/abi/bad_select_crash.go
@@ -1,5 +1,6 @@
// build -goexperiment regabi,regabiargs
+// +build !windows
//go:build !windows
// Copyright 2021 The Go Authors. All rights reserved.