1
0
mirror of https://github.com/golang/go synced 2024-10-03 07:11:21 -06:00
go/test/bugs/bug324.dir
Ian Lance Taylor 3dbf65871c test: adjust bug324 to expect run-time failure, not compile-time.
Failing at compile time requires that for each conversion
between two interface types the compiler compare the sets of
unexported methods to see if they come from different
packages.  Since this test will fail approximately never on
real code, and since it can't catch all cases of the problem,
I don't think it's worth testing in the compiler.  This CL
changes this test to look for a run-time panic rather than a
compile-time error.

R=gri, rsc1, iant2, rsc
CC=golang-dev
https://golang.org/cl/4332041
2011-03-29 15:03:09 -07:00
..
main.go test: adjust bug324 to expect run-time failure, not compile-time. 2011-03-29 15:03:09 -07:00
p.go bug324.go: test case for issue 1550 2011-02-24 19:29:25 -08:00