]> Cypherpunks repositories - gostls13.git/commit
Fix add-back division test so that it triggers the add-back case on
authorAdam Langley <agl@golang.org>
Fri, 6 Nov 2009 17:05:19 +0000 (09:05 -0800)
committerAdam Langley <agl@golang.org>
Fri, 6 Nov 2009 17:05:19 +0000 (09:05 -0800)
commit17021f48f3ae9a41da06eb5d0ba516755115e5b4
tree5c609fc787c17d3fbac344b5566178070da0a602
parenta074e37489789f7d078d75d82429a9fabea4f835
Fix add-back division test so that it triggers the add-back case on
both 64 and 32 bit platforms.

Also, uncomment some tests that were still commented out from
debugging.

R=gri, rsc
CC=go-dev
http://go/go-review/1026003
src/pkg/big/int_test.go