commit | 2ee420fa5ebe212926ee077e0b892839307ef88f | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Fri Sep 24 11:55:48 2010 -0400 |
committer | Russ Cox <rsc@golang.org> | Fri Sep 24 11:55:48 2010 -0400 |
tree | 2e4b0c76ea370977972f9a034cb695dae77f5567 | |
parent | 75dd8fdb34126f0964f4276bf70858e2a1335efe [diff] [blame] |
... changes R=golang-dev, gri CC=golang-dev https://golang.org/cl/2273042
diff --git a/src/pkg/path/path_test.go b/src/pkg/path/path_test.go index 513dcd9..592e696 100644 --- a/src/pkg/path/path_test.go +++ b/src/pkg/path/path_test.go
@@ -118,7 +118,7 @@ // 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) {