diff options
| author | Tobias Klauser <tklauser@distanz.ch> | 2019-10-08 13:17:02 +0200 |
|---|---|---|
| committer | Tobias Klauser <tobias.klauser@gmail.com> | 2019-10-08 11:41:58 +0000 |
| commit | d458b868360c0e223979951dd4b6ce3ce92cfd68 (patch) | |
| tree | dd863327af10dfc1457afe437850748d61799ecb /src/cmd | |
| parent | cedb561617ea40c72dc018b38c4d5f0862595fe8 (diff) | |
| download | go-d458b868360c0e223979951dd4b6ce3ce92cfd68.tar.xz | |
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 <tobias.klauser@gmail.com>
Reviewed-by: Michael Munday <mike.munday@ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/cmd')
| -rw-r--r-- | src/cmd/compile/fmtmap_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
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": "", |
