diff options
author | Alberto Donizetti <alb.donizetti@gmail.com> | 2019-09-28 14:33:10 +0200 |
---|---|---|
committer | Matthew Dempsky <mdempsky@google.com> | 2019-09-28 13:50:34 +0000 |
commit | 2c47caa900cb4aca9ab9e802289fa0671ad843a4 (patch) | |
tree | f0d5182dcb659474f3a1a4f339ba58ed863f63e0 /doc/code.html | |
parent | c729116332ffb66a21dd587e3ee003cb8d0b16fe (diff) | |
download | go-git-2c47caa900cb4aca9ab9e802289fa0671ad843a4.tar.gz |
cmd/compile: use %v for Node formatting
CL 197817 replaced a use of n.Rlist with n.Right in a Fprintf call,
but it left the corresponding format as %.v, which broke the
TestFormats test on the longtest builder.
Since with n.Right is custom to use %v (and not %.v), replace the
format with %v.
Fixes the longtest builder.
Change-Id: Icf5bf820a936c51e633c25ada1a71a1ffb6d28c2
Reviewed-on: https://go-review.googlesource.com/c/go/+/197837
Run-TryBot: Alberto Donizetti <alb.donizetti@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Diffstat (limited to 'doc/code.html')
0 files changed, 0 insertions, 0 deletions