]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/testplugin: unskip test
authorRuss Cox <rsc@golang.org>
Tue, 7 Nov 2017 14:56:11 +0000 (09:56 -0500)
committerIan Lance Taylor <iant@golang.org>
Wed, 6 Dec 2017 18:57:07 +0000 (18:57 +0000)
commitfe2869cbfe2028c69d1fb2a24a0406748f528b2a
tree34bfa5939d0384931be913174c94c16a39e128ba
parent8156e76e44ac0bfffcff331198e904be45808341
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>
misc/cgo/testplugin/test.bash