diff --git a/src/cmd/compile/fmtmap_test.go b/src/cmd/compile/fmtmap_test.go index 2fd1902d428..67c074ea70d 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": "",