aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/encoding/git85
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-09-24 11:55:48 -0400
committerRuss Cox <rsc@golang.org>2010-09-24 11:55:48 -0400
commit2ee420fa5ebe212926ee077e0b892839307ef88f (patch)
tree2e4b0c76ea370977972f9a034cb695dae77f5567 /src/pkg/encoding/git85
parent75dd8fdb34126f0964f4276bf70858e2a1335efe (diff)
downloadgo-2ee420fa5ebe212926ee077e0b892839307ef88f.tar.xz
... changes
R=golang-dev, gri CC=golang-dev https://golang.org/cl/2273042
Diffstat (limited to 'src/pkg/encoding/git85')
-rw-r--r--src/pkg/encoding/git85/git_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/encoding/git85/git_test.go b/src/pkg/encoding/git85/git_test.go
index a31f14d3cf..2c6c157433 100644
--- a/src/pkg/encoding/git85/git_test.go
+++ b/src/pkg/encoding/git85/git_test.go
@@ -17,7 +17,7 @@ type testpair struct {
func testEqual(t *testing.T, msg string, args ...interface{}) bool {
if args[len(args)-2] != args[len(args)-1] {
- t.Errorf(msg, args)
+ t.Errorf(msg, args...)
return false
}
return true