]> Cypherpunks repositories - gostls13.git/commit
testing/quick: fix for aliased types, delete duplicate uint8 test, and fix randFloat6...
authorJonathan Hseu <jhseu@google.com>
Wed, 15 May 2013 00:14:59 +0000 (17:14 -0700)
committerRob Pike <r@golang.org>
Wed, 15 May 2013 00:14:59 +0000 (17:14 -0700)
commitc691ae6764a862567e9157791f1ed84914ee0e57
tree60768154c774422fcbf2626a933597ada0646b90
parent0e6007e4f91f6c1527c8420ba50056092b58c217
testing/quick: fix for aliased types, delete duplicate uint8 test, and fix randFloat64() to give random numbers from (-math.MaxFloat64, math.MaxFloat64).

R=r, agl
CC=agl, bradfitz, golang-dev
https://golang.org/cl/9296046
src/pkg/testing/quick/quick.go
src/pkg/testing/quick/quick_test.go