go/src/reflect
Ian Lance Taylor 82a0188c88 reflect: fix TestAllocations now that interfaces hold only pointers
This test was failing but did not break the build because it
was not run when -test.short was used.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/157150043
2014-10-20 11:10:03 -07:00
..
all_test.go reflect: fix TestAllocations now that interfaces hold only pointers 2014-10-20 11:10:03 -07:00
asm_386.s runtime: look up arg stackmap for makeFuncStub/methodValueStub during traceback 2014-09-12 07:29:19 -04:00
asm_amd64.s runtime: look up arg stackmap for makeFuncStub/methodValueStub during traceback 2014-09-12 07:29:19 -04:00
asm_amd64p32.s runtime: look up arg stackmap for makeFuncStub/methodValueStub during traceback 2014-09-12 07:29:19 -04:00
asm_arm.s runtime: look up arg stackmap for makeFuncStub/methodValueStub during traceback 2014-09-12 07:29:19 -04:00
deepequal.go
example_test.go
export_test.go
makefunc.go reflect: a few microoptimizations 2014-10-17 12:54:31 -04:00
set_test.go
tostring_test.go
type.go reflect: a few microoptimizations 2014-10-17 12:54:31 -04:00
value.go reflect: allocate correct type in assignTo and cvtT2I 2014-10-20 10:43:43 -07:00