aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/fmtmap_test.go
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2019-08-30 10:06:21 +0200
committerTobias Klauser <tobias.klauser@gmail.com>2019-08-30 08:19:45 +0000
commit3ff590ebf5f09d00e16abbcac5feec99879fe91f (patch)
treee2307e15326a078cbd0c8a1ff5238d45285047db /src/cmd/compile/fmtmap_test.go
parent579c69ac1ca63d56a1861998f13fb87aeda6d72e (diff)
downloadgo-3ff590ebf5f09d00e16abbcac5feec99879fe91f.tar.xz
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 <tobias.klauser@gmail.com> Reviewed-by: Daniel Martí <mvdan@mvdan.cc> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/cmd/compile/fmtmap_test.go')
-rw-r--r--src/cmd/compile/fmtmap_test.go1
1 files changed, 1 insertions, 0 deletions
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": "",