]> Cypherpunks repositories - gostls13.git/commit
test: prepare for 64-bit ints
authorRuss Cox <rsc@golang.org>
Mon, 24 Sep 2012 04:06:41 +0000 (00:06 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 24 Sep 2012 04:06:41 +0000 (00:06 -0400)
commit0d82e698112464ea99bdd8cc2e695902b32e8e61
tree4a25ad9c78fcba9b110edaabf3b3d947d809220d
parent3cd890dd5a8e5be33ce6f65ab7690ba0e1c235ef
test: prepare for 64-bit ints

Minor tweaks to avoid assuming that int is always 32 bits.

Update #2188.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6553062
test/bounds.go
test/fixedbugs/bug273.go
test/fixedbugs/bug385_64.go