]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile: regenerate known formats in fmtmap_test.go
authorTobias Klauser <tklauser@distanz.ch>
Tue, 8 Oct 2019 11:17:02 +0000 (13:17 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Tue, 8 Oct 2019 11:41:58 +0000 (11:41 +0000)
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>

src/cmd/compile/fmtmap_test.go

index 8764c8c822cf6b698d87a4868cdbe8245e1e0ec7..7c44ec11ed2a9f44f091e945b09602457c79b7fa 100644 (file)
@@ -160,6 +160,7 @@ var knownFormats = map[string]string{
        "int64 %v":                                        "",
        "int64 %x":                                        "",
        "int8 %d":                                         "",
+       "int8 %v":                                         "",
        "int8 %x":                                         "",
        "interface{} %#v":                                 "",
        "interface{} %T":                                  "",