]> Cypherpunks repositories - gostls13.git/commit
reflect: test using a MakeFunc value in a couple of different ways
authorIan Lance Taylor <iant@golang.org>
Fri, 4 Oct 2013 20:12:50 +0000 (13:12 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 4 Oct 2013 20:12:50 +0000 (13:12 -0700)
commitef4e12a4ba5377c8462b73af73043e0f78411e47
treebefc3a0b46bb8b75d9a21093bedb06dae8b9e4a4
parenteb002c50f5aaa3d63ff01a406bbe8dd30fdc9535
reflect: test using a MakeFunc value in a couple of different ways

The gccgo implementation mishandled calling Interface on a
value created by MakeFunc.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/14401043
src/pkg/reflect/all_test.go
src/pkg/reflect/makefunc.go