diff options
| author | Russ Cox <rsc@golang.org> | 2010-09-24 11:55:48 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2010-09-24 11:55:48 -0400 |
| commit | 2ee420fa5ebe212926ee077e0b892839307ef88f (patch) | |
| tree | 2e4b0c76ea370977972f9a034cb695dae77f5567 /src/pkg/encoding/git85 | |
| parent | 75dd8fdb34126f0964f4276bf70858e2a1335efe (diff) | |
| download | go-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.go | 2 |
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 |
