Skip to content

Commit

Permalink
misc/cgo/testplugin: unskip test
Browse files Browse the repository at this point in the history
Fixed by CL 76025 yesterday, without realizing it:
the testshared and testplugin builds of separate iface_i
packages were colliding incorrectly in the cache.
Including the build directory fixes that.

Fixes #22571.

Change-Id: Id8193781c67c3150823dc1f48eae781dfe3702fb
Reviewed-on: https://go-review.googlesource.com/76371
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
  • Loading branch information
rsc authored and ianlancetaylor committed Dec 6, 2017
1 parent 8156e76 commit fe2869c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions misc/cgo/testplugin/test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ fi
goos=$(go env GOOS)
goarch=$(go env GOARCH)

echo SKIP: golang.org/issue/22571.
exit 0

function cleanup() {
rm -f plugin*.so unnamed*.so iface*.so issue*
rm -rf host pkg sub iface
Expand Down

0 comments on commit fe2869c

Please sign in to comment.