diff options
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) { |
