Skip to content

Commit fe2869c

Browse files
rscianlancetaylor
authored andcommitted
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 golang#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>
1 parent 8156e76 commit fe2869c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

misc/cgo/testplugin/test.bash

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ fi
1414
goos=$(go env GOOS)
1515
goarch=$(go env GOARCH)
1616

17-
echo SKIP: golang.org/issue/22571.
18-
exit 0
19-
2017
function cleanup() {
2118
rm -f plugin*.so unnamed*.so iface*.so issue*
2219
rm -rf host pkg sub iface

0 commit comments

Comments
 (0)