]> Cypherpunks repositories - gostls13.git/commit
cmd/link: require cgo internal linking in TestIssue33979
authorMichael Pratt <mpratt@google.com>
Wed, 21 May 2025 14:58:32 +0000 (10:58 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 21 May 2025 17:42:43 +0000 (10:42 -0700)
commit419367969c88e6e97f8648669969a01b60bdd350
tree9b7db25e9e1fa79cb5865ba79936c9ec6d9454c3
parent360600b1d20bc4b421217435d921a2437be07893
cmd/link: require cgo internal linking in TestIssue33979

This was a typo regression in CL 643897, which accidentally dropped the
requirement for cgo internal linking. As a result, this test is
continuously failing on windows-arm64.

For #71395.

Cq-Include-Trybots: luci.golang.try:gotip-windows-arm64
Change-Id: I6a6a636c25fd399cda6649ef94655aa112f10f63
Reviewed-on: https://go-review.googlesource.com/c/go/+/675015
Auto-Submit: Michael Pratt <mpratt@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Quim Muntal <quimmuntal@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/link/link_test.go