diff options
| author | Russ Cox <rsc@golang.org> | 2017-11-07 09:56:11 -0500 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2017-12-06 18:57:07 +0000 |
| commit | fe2869cbfe2028c69d1fb2a24a0406748f528b2a (patch) | |
| tree | 34bfa5939d0384931be913174c94c16a39e128ba | |
| parent | 8156e76e44ac0bfffcff331198e904be45808341 (diff) | |
| download | go-fe2869cbfe2028c69d1fb2a24a0406748f528b2a.tar.xz | |
misc/cgo/testplugin: unskip test
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>
| -rwxr-xr-x | misc/cgo/testplugin/test.bash | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/misc/cgo/testplugin/test.bash b/misc/cgo/testplugin/test.bash index 5ef87625f1..18e3803bf4 100755 --- a/misc/cgo/testplugin/test.bash +++ b/misc/cgo/testplugin/test.bash @@ -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 |
