]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/testplugin: test that types and itabs are unique
authorKeith Randall <khr@golang.org>
Wed, 11 Jan 2017 23:08:08 +0000 (15:08 -0800)
committerKeith Randall <khr@golang.org>
Fri, 13 Jan 2017 17:31:33 +0000 (17:31 +0000)
commit4c4c5fc7a3248c063b279ffb3a28a12f0c6de04b
tree486f6379e882c73d2582aaeacf94036e7874e9ed
parent22689c445089501b2c9adc9b6556e2a5290d1584
misc/cgo/testplugin: test that types and itabs are unique

Make sure that the same type and itab generated in two
different plugins are actually the same thing.

See also CL 35115

Change-Id: I0c1ecb039d7e2bf5a601d58dfa162a435ae4ef76
Reviewed-on: https://go-review.googlesource.com/35116
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
misc/cgo/testplugin/src/iface/main.go [new file with mode: 0644]
misc/cgo/testplugin/src/iface_a/a.go [new file with mode: 0644]
misc/cgo/testplugin/src/iface_b/b.go [new file with mode: 0644]
misc/cgo/testplugin/src/iface_i/i.go [new file with mode: 0644]
misc/cgo/testplugin/test.bash