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/path/path_test.go | |
| 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/path/path_test.go')
| -rw-r--r-- | src/pkg/path/path_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/path/path_test.go b/src/pkg/path/path_test.go index 513dcd967c..592e696b52 100644 --- a/src/pkg/path/path_test.go +++ b/src/pkg/path/path_test.go @@ -118,7 +118,7 @@ var jointests = []JoinTest{ // join takes a []string and passes it to Join. func join(elem []string, args ...string) string { args = elem - return Join(args) + return Join(args...) } func TestJoin(t *testing.T) { |
