]> Cypherpunks repositories - gostls13.git/commit
test/float_lit2.go: rewrite to test values near boundaries
authorRuss Cox <rsc@golang.org>
Wed, 21 May 2014 21:12:06 +0000 (17:12 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 21 May 2014 21:12:06 +0000 (17:12 -0400)
commit2de449e7a04a571a4aefefc83601802af214ea0a
treed8f4050c0400b2100c07cdac898834a8efb3c30e
parent1be479df926fae2291e78f59be7474e6edb1cf97
test/float_lit2.go: rewrite to test values near boundaries

Add larger comment explaining testing methodology,
and derive tests arithmetically.

(These tests are checking rounding again; the derived
tests they replace were checking exact values.)

LGTM=r, gri
R=gri, r
CC=golang-codereviews
https://golang.org/cl/100660044
test/float_lit2.go
test/float_lit3.go