Hello adg (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
*** Submitted as http://code.google.com/p/go/source/detail?r=3ea2469165ac *** fix build TBR=adg CC=golang-dev http://codereview.appspot.com/4322041
LGTM On 29 March 2011 14:39, <rsc@golang.org> wrote: > Reviewers: adg, > > Message: > Hello adg (cc: golang-dev@googlegroups.com), > > I'd like you to review this change to > https://go.googlecode.com/hg/ > > > Description: > fix build > > Please review this at http://codereview.appspot.com/4322041/ > > Affected files: > M src/pkg/net/file_test.go > > > Index: src/pkg/net/file_test.go > =================================================================== > --- a/src/pkg/net/file_test.go > +++ b/src/pkg/net/file_test.go > @@ -105,7 +105,7 @@ > } > > func testFilePacketConnDial(t *testing.T, net, raddr string) { > - c, err := Dial(net, "", raddr) > + c, err := Dial(net, raddr) > if err != nil { > t.Fatalf("Dial failed: %v", err) > } > > >