]> Cypherpunks repositories - gostls13.git/commit
fmt: fix allocation tests
authorJosh Bleecher Snyder <josharian@gmail.com>
Thu, 18 Sep 2014 16:45:58 +0000 (09:45 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Thu, 18 Sep 2014 16:45:58 +0000 (09:45 -0700)
commit73a82db1c8eec314700e2d0f92074a901fa112ed
tree10e6f20607dfb8c684d917ebaf8b12a4d8301fd9
parent484cc6715192efd4bfea57647eeb66c93aecfb0c
fmt: fix allocation tests

Converting an integer to an interface{} allocates as of CL 130240043.

Fixes #8617.

LGTM=r
R=r
CC=golang-codereviews, khr
https://golang.org/cl/141700043
src/fmt/fmt_test.go