]> Cypherpunks.ru repositories - gostls13.git/commit
test: change index.go to test size of int, not GOARCH == "amd64"
authorIan Lance Taylor <iant@golang.org>
Thu, 8 Nov 2012 23:43:28 +0000 (15:43 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 8 Nov 2012 23:43:28 +0000 (15:43 -0800)
commit3e50372f1ff0229aa8c42cde8f5cd0b6357b605d
tree4207991c819a143c944994e1696bfc76b93473c3
parent86b9e3e2b4aebd2fe80099e7c9ff8c0122fc77e4
test: change index.go to test size of int, not GOARCH == "amd64"

Fixes the test to work correctly on other platforms with
64-bit ints, like Alpha.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6822099
test/index.go