]> Cypherpunks repositories - gostls13.git/commit
cmd/go: adjust test with tricky ld flags to not run on Darwin
authorDavid Chase <drchase@google.com>
Fri, 27 Sep 2024 23:15:03 +0000 (19:15 -0400)
committerDavid Chase <drchase@google.com>
Fri, 4 Oct 2024 20:34:42 +0000 (20:34 +0000)
commit2f507985dc24d198b763e5568ebe5c04d788894f
tree4c085ff1358e620d9d73ea247ba5e5d758a25070
parentd39bfafee7e6a5211af4bd1d21cfc953b14ca734
cmd/go: adjust test with tricky ld flags to not run on Darwin

normally this would not run on darwin anyway, but if there
happens to be a "pkg-config" binary, then it will.  Darwin's
clang/linker does not have this flag.

Change-Id: I61929cf193c95b420441187beb8b237fa1037807
Reviewed-on: https://go-review.googlesource.com/c/go/+/616376
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Sam Thanawalla <samthanawalla@google.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
src/cmd/go/go_test.go