]> Cypherpunks repositories - gostls13.git/commit
cmd/go: declare runtime/cgo dependency for darwin/arm, darwin/arm64 tests
authorRuss Cox <rsc@golang.org>
Fri, 29 Sep 2017 19:42:01 +0000 (15:42 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 29 Sep 2017 20:11:01 +0000 (20:11 +0000)
commit1b873f5fd2c5f5d6b0c95da470c4b660e474e5db
tree4c1452fbcd0817655bf03c0fdbedac72a6807899
parentc56434f6a616ae30cebac5d14d9fb6559a3fb157
cmd/go: declare runtime/cgo dependency for darwin/arm, darwin/arm64 tests

I don't know why these tests must import runtime/cgo
in _testmain.go, but if they must, they must also tell the
rest of the go command that they are doing so.

Should fix the newly-broken darwin/arm and darwin/arm64 builders.

Change-Id: I9b183f8c84c6f403bf3a90cbfc838d6ef428e16f
Reviewed-on: https://go-review.googlesource.com/67230
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/go/internal/test/test.go