]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/testshared: test that types and itabs are unique
authorKeith Randall <khr@golang.org>
Wed, 11 Jan 2017 23:02:16 +0000 (15:02 -0800)
committerKeith Randall <khr@golang.org>
Thu, 12 Jan 2017 00:20:55 +0000 (00:20 +0000)
commit08da8201ca3c2c1068fddf2ab33bc8eedae24ce4
tree395249055adf329e6a55efb920d37c493989cc4c
parentfdde7ba2a2d35839d26c09ca79f1d8f3398f6e02
misc/cgo/testshared: test that types and itabs are unique

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

Change-Id: Ica45862d65ff8bc7ad04d59a41f57223f71224cd
Reviewed-on: https://go-review.googlesource.com/35115
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/cgo/testshared/shared_test.go
misc/cgo/testshared/src/iface/main.go [new file with mode: 0644]
misc/cgo/testshared/src/iface_a/a.go [new file with mode: 0644]
misc/cgo/testshared/src/iface_b/b.go [new file with mode: 0644]
misc/cgo/testshared/src/iface_i/i.go [new file with mode: 0644]