]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/test: fix test on darwin/386 with cgo enabled
authorRuss Cox <rsc@golang.org>
Sun, 24 Jan 2016 16:02:19 +0000 (11:02 -0500)
committerRuss Cox <rsc@golang.org>
Sun, 24 Jan 2016 20:21:29 +0000 (20:21 +0000)
commit544f28a25ec9421d52bbdd7c6272b4f1d4067964
tree063746388c7cecdc20d9ca7a07c0817bdfb7183b
parent970ce1c866f767796ca36f5a3ac37c7222bf31d9
misc/cgo/test: fix test on darwin/386 with cgo enabled

Apparently the darwin/386 builder does not enable cgo.
This failure turned up running

GOARCH=386 GOHOSTARCH=386 ./all.bash

on my Mac.

Change-Id: Ia2487c4fd85d4b0f9f564880f22d9fde379946c3
Reviewed-on: https://go-review.googlesource.com/18859
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/cgo/test/sigaltstack.go