From: Tobias Klauser Date: Fri, 30 Aug 2019 08:06:21 +0000 (+0200) Subject: cmd/compile: regenerate known formats in fmtmap_test.go X-Git-Tag: go1.14beta1~1260 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3ff590ebf5f09d00e16abbcac5feec99879fe91f;p=gostls13.git cmd/compile: regenerate known formats in fmtmap_test.go This fixes TestFormats after CL 192278. Change-Id: I7ffb8f76b4f6469d1b161d41687306e0d9e7abd1 Reviewed-on: https://go-review.googlesource.com/c/go/+/191786 Run-TryBot: Tobias Klauser Reviewed-by: Daniel Martí TryBot-Result: Gobot Gobot --- diff --git a/src/cmd/compile/fmtmap_test.go b/src/cmd/compile/fmtmap_test.go index 2fd1902d42..67c074ea70 100644 --- a/src/cmd/compile/fmtmap_test.go +++ b/src/cmd/compile/fmtmap_test.go @@ -189,6 +189,7 @@ var knownFormats = map[string]string{ "uint %x": "", "uint16 %d": "", "uint16 %x": "", + "uint32 %#U": "", "uint32 %#x": "", "uint32 %d": "", "uint32 %v": "",