]> Cypherpunks repositories - gostls13.git/commit
test: correct sizeof.go.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Sun, 2 Jun 2013 17:10:11 +0000 (19:10 +0200)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Sun, 2 Jun 2013 17:10:11 +0000 (19:10 +0200)
commit2c1acc18f42ffd2412e0e1b9acc04fbc5ea7c0aa
tree0652f87fe9bc74d67f39a60e33d9e6c9e507c0aa
parent5b097e79511abb83ef04401140d7dab2b42c41a3
test: correct sizeof.go.

It would not pass on amd64 due to alignment of pointers.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/9949043
test/sizeof.go