]> Cypherpunks repositories - gostls13.git/commit
database/sql: replace the expr of timeunit * N with N * timeunit in test
authorMikio Hara <mikioh.mikioh@gmail.com>
Thu, 9 Feb 2017 03:32:33 +0000 (12:32 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Thu, 9 Feb 2017 04:13:35 +0000 (04:13 +0000)
commit3a6842a0ecf66cf06ce4f0a5fcb9c09fbfdbecc1
treed9bd395937339d37a130f793f1e66855aa8bee5b
parent5630d39f0c726037e28b16b6d80bba64b848067a
database/sql: replace the expr of timeunit * N with N * timeunit in test

Change-Id: I97981b30a9629916f896cb989cc2a42a8bdbef47
Reviewed-on: https://go-review.googlesource.com/36672
Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/database/sql/sql_test.go