]> Cypherpunks repositories - gostls13.git/commit
misc/swig/callback: fix test for SWIG -cgo support
authorIan Lance Taylor <iant@golang.org>
Fri, 6 Mar 2015 03:58:27 +0000 (19:58 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 6 Mar 2015 15:28:50 +0000 (15:28 +0000)
commit4f97afcdf2d6914a1989afd2cbbcaf6a5b1342af
treee70f66cfc22e1a8f22d4bd0fd7fb2d28282a3a54
parent7885de55dcfbdeed19fa197cf3c55ad322293b98
misc/swig/callback: fix test for SWIG -cgo support

The test used to import ../callback.  I forget why that ever worked,
but it probably had something to do with the shared libraries we used
to use with SWIG.  It doesn't work today.

Change-Id: Ib83d6c398aa46bf2fc66320b47b6e6d9897ee0b7
Reviewed-on: https://go-review.googlesource.com/7004
Reviewed-by: David Crawshaw <crawshaw@golang.org>
misc/swig/callback/callback_test.go