summaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2013-03-01 16:24:23 -0500
committerRuss Cox <rsc@golang.org>2013-03-01 16:24:23 -0500
commitf5b91edc0ae0e001b412335f6092052bbd259449 (patch)
tree7f2bf04f73fc67f153d6b3a829fc834ac8eabe86 /src/run.bash
parenta8edb9c0d03eabb648aac7563460fa6e76502291 (diff)
downloadgo-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-xsrc/run.bash1
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 $?