From: Tobias Klauser Date: Tue, 8 Oct 2019 11:17:02 +0000 (+0200) Subject: cmd/compile: regenerate known formats in fmtmap_test.go X-Git-Tag: go1.14beta1~824 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d458b868360c0e223979951dd4b6ce3ce92cfd68;p=gostls13.git cmd/compile: regenerate known formats in fmtmap_test.go This fixes TestFormats after CL 198037 Change-Id: I3fb7d667f7c2a1fd88a320482310d33b75e068c4 Reviewed-on: https://go-review.googlesource.com/c/go/+/199777 Run-TryBot: Tobias Klauser Reviewed-by: Michael Munday TryBot-Result: Gobot Gobot --- diff --git a/src/cmd/compile/fmtmap_test.go b/src/cmd/compile/fmtmap_test.go index 8764c8c822..7c44ec11ed 100644 --- a/src/cmd/compile/fmtmap_test.go +++ b/src/cmd/compile/fmtmap_test.go @@ -160,6 +160,7 @@ var knownFormats = map[string]string{ "int64 %v": "", "int64 %x": "", "int8 %d": "", + "int8 %v": "", "int8 %x": "", "interface{} %#v": "", "interface{} %T": "",