aboutsummaryrefslogtreecommitdiffstats
path: root/prog/hints_test.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-04-24 13:22:19 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-04-24 13:23:01 +0200
commit02bbd80e7c322d5a5641d3c45fc5803f18cdf5e6 (patch)
treedc7df2e5666287f88a91b84d8982ed1da38c02da /prog/hints_test.go
parente7e85d36095eba69f23c830bfa8277713ee279f2 (diff)
prog: fix gometalinter warnings
Diffstat (limited to 'prog/hints_test.go')
-rw-r--r--prog/hints_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/prog/hints_test.go b/prog/hints_test.go
index 4ce955f99..58519a6ff 100644
--- a/prog/hints_test.go
+++ b/prog/hints_test.go
@@ -466,7 +466,7 @@ func TestHintsData(t *testing.T) {
sort.Strings(test.out)
sort.Strings(got)
if !reflect.DeepEqual(got, test.out) {
- t.Fatalf("comps: %s\ninput: %v\ngot : %+v\nwant: %+v",
+ t.Fatalf("comps: %v\ninput: %v\ngot : %+v\nwant: %+v",
test.comps, test.in, got, test.out)
}
}