aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2013-03-11 14:24:51 +0800
committerShenghou Ma <minux.ma@gmail.com>2013-03-11 14:24:51 +0800
commit960d7082ee9b8fda91444167b3c253d5cf5e115d (patch)
tree3a2f565bce8dad08128721c6af86e36a16a2c09c /src/run.bash
parent72dd01451f58a5b1a1cdd1d92810a8ab0d75d97d (diff)
downloadgo-960d7082ee9b8fda91444167b3c253d5cf5e115d.tar.xz
cmd/ld, runtime/cgo: allow a symbol to be both cgo_export and cgo_import.
Fixes #4878. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/7420052
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 1d54c94907..f53236ae73 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -74,7 +74,6 @@ go run $GOROOT/test/run.go - .
) || exit $?
[ "$CGO_ENABLED" != 1 ] ||
-[ "$GOHOSTOS" == openbsd ] || # issue 4878
(xcd ../misc/cgo/test
go test
case "$GOHOSTOS-$GOARCH" in