From 3ff590ebf5f09d00e16abbcac5feec99879fe91f Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 30 Aug 2019 10:06:21 +0200 Subject: [PATCH] cmd/compile: regenerate known formats in fmtmap_test.go MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- src/cmd/compile/fmtmap_test.go | 1 + 1 file changed, 1 insertion(+) 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": "", -- 2.50.0