commit | 3ffb8fd19b5494777b897c1151099a72f222488d | [log] [tgz] |
---|---|---|
author | Sameer Ajmani <sameer@golang.org> | Thu Oct 09 13:51:22 2014 -0400 |
committer | Sameer Ajmani <sameer@golang.org> | Thu Oct 09 13:51:22 2014 -0400 |
tree | 4e7a0386d8c49cce8e471055b22b74e8ee1f28bd | |
parent | 91e38aeeb47bb5be084eca65a53eb0528d35a554 [diff] |
context: fix TestAllocs to account for ints in interfaces Recent runtime changes mean that these are stored indirectly, requiring additional allocation. LGTM=adonovan R=rsc, bradfitz, adonovan CC=golang-codereviews https://golang.org/cl/148590043