]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: regenerate known formats for TestFormats
authorMichael Munday <mike.munday@ibm.com>
Wed, 5 Sep 2018 19:05:37 +0000 (20:05 +0100)
committerMichael Munday <mike.munday@ibm.com>
Wed, 5 Sep 2018 19:59:01 +0000 (19:59 +0000)
commit2524ed19946f10a9b0ecc4bf54f1a23c18faa525
treec5f6537003c90f40e6b9ff5acf74c3cb7151305a
parent3c1b7bc7212cd894dae684ae064f4e7708b080ec
cmd/compile: regenerate known formats for TestFormats

The formatting verb '%#x' was used for uint32 values in CL 132956.
This fixes TestFormats.

Change-Id: I3ab6519bde2cb74410fdca14829689cb46bf7022
Reviewed-on: https://go-review.googlesource.com/133595
Run-TryBot: Michael Munday <mike.munday@ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
src/cmd/compile/fmt_test.go