]> Cypherpunks repositories - gostls13.git/commit
test for and fix bug involving reflect v.Interface() and ==.
authorRuss Cox <rsc@golang.org>
Wed, 1 Apr 2009 00:33:04 +0000 (17:33 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 1 Apr 2009 00:33:04 +0000 (17:33 -0700)
commit4b536c1e07e7c2a09b03c18eafd0350c2919b94f
tree7f55aa4b0f9c51f3ea834d6f39a1c150999a7d9f
parent8f628f4955a7b2a70ac7fbdcdf7225cf566d1000
test for and fix bug involving reflect v.Interface() and ==.

R=r
DELTA=156  (149 added, 2 deleted, 5 changed)
OCL=26973
CL=26973
src/runtime/iface.c
src/runtime/runtime.c
test/interface7.go [new file with mode: 0644]