diff options
author | Russ Cox <rsc@golang.org> | 2013-03-01 16:24:23 -0500 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2013-03-01 16:24:23 -0500 |
commit | f5b91edc0ae0e001b412335f6092052bbd259449 (patch) | |
tree | 7f2bf04f73fc67f153d6b3a829fc834ac8eabe86 /src/run.bash | |
parent | a8edb9c0d03eabb648aac7563460fa6e76502291 (diff) | |
download | go-f5b91edc0ae0e001b412335f6092052bbd259449.tar.gz |
runtime/cgo: fix arm build, re-enable test
Fixes issue 4961.
R=golang-dev, r, minux.ma
CC=golang-dev
https://codereview.appspot.com/7443048
Diffstat (limited to 'src/run.bash')
-rwxr-xr-x | src/run.bash | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/run.bash b/src/run.bash index c5ed919a3..a026b459c 100755 --- a/src/run.bash +++ b/src/run.bash @@ -75,7 +75,6 @@ go run $GOROOT/test/run.go - . [ "$CGO_ENABLED" != 1 ] || [ "$GOHOSTOS" == openbsd ] || # issue 4878 -[ "$GOARCH" == arm ] || # issue 4961 (xcd ../misc/cgo/test go test ) || exit $? |