]> Cypherpunks repositories - gostls13.git/commit
reflect: fix TestAllocations now that interfaces hold only pointers
authorIan Lance Taylor <iant@golang.org>
Mon, 20 Oct 2014 18:10:03 +0000 (11:10 -0700)
committerIan Lance Taylor <iant@golang.org>
Mon, 20 Oct 2014 18:10:03 +0000 (11:10 -0700)
commit82a0188c88bd7bb0fbf31f10157b77beb2195594
tree6d964b81ccd7edff1d6bcd33ff8434cc046aa04c
parent7b9c5ec24b9c5e931544c1437eb7047c74549f58
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
src/reflect/all_test.go