]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix fmt test
authorKeith Randall <khr@google.com>
Mon, 14 Oct 2019 23:34:28 +0000 (16:34 -0700)
committerKeith Randall <khr@golang.org>
Tue, 15 Oct 2019 01:10:46 +0000 (01:10 +0000)
commitc2c2ba280c77e76115cf1918d91a509f6bf98390
treeb96edc1409cda9d0e96203893b28aecae1e6b2a0
parenta04aa1f6d17cd723baad25118b31ab8ca5dc8e20
cmd/compile: fix fmt test

CL 196781 added map[int64]uint32 to the set of things printed with %v.

Fixes #34907

Change-Id: If4a13e86cfb4b691988f5fb70449ae23760f5789
Reviewed-on: https://go-review.googlesource.com/c/go/+/201079
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/fmtmap_test.go