]> Cypherpunks repositories - gostls13.git/commit
strconv: adjust test output and names for parseUint and parseInt
authorMartin Möhrmann <moehrmann@google.com>
Sat, 12 Aug 2017 20:05:11 +0000 (22:05 +0200)
committerMartin Möhrmann <moehrmann@google.com>
Mon, 14 Aug 2017 20:51:59 +0000 (20:51 +0000)
commit566f390cfaf5cf4c0cc86df73c536b3ddefb6621
treef920301a1644e9a198e08b7c41702cb6a4624a9e
parent2c990f4596b8211ec24b095d80e66ec82a5a5021
strconv: adjust test output and names for parseUint and parseInt

Instead of printing Atoi as function name for test failures
print the actual function name and arguments tested.

Add a base field to the parseUint64BaseTests for consistency with
the parseInt64BaseTests tests.

Change-Id: Ib9891bdb87b62672b4216625212acfe6474c70fc
Reviewed-on: https://go-review.googlesource.com/55136
Run-TryBot: Martin Möhrmann <moehrmann@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
src/strconv/atoi_test.go