]> Cypherpunks repositories - gostls13.git/commit
math/big: move "bits" operations used for Float tests into separate file
authorRobert Griesemer <gri@golang.org>
Wed, 4 Mar 2015 22:19:08 +0000 (14:19 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 6 Mar 2015 01:36:59 +0000 (01:36 +0000)
commitf3d3328988a547cd21bcd398b7155ec390b642d3
treed163fc4e5f9a6f67a6a75fcc181ac06f2d0df141
parentd07e3380b0f8a7c65eca9037d913b71301c517fb
math/big: move "bits" operations used for Float tests into separate file

This is a pure code move without any semantic change.

Change-Id: I2c18efc858955d07949b1241e793232f2cf1deb9
Reviewed-on: https://go-review.googlesource.com/6821
Reviewed-by: Alan Donovan <adonovan@google.com>
src/math/big/bits_test.go [new file with mode: 0644]
src/math/big/float_test.go