1
0
mirror of https://github.com/golang/go synced 2024-10-03 09:31:23 -06:00

fix build

TBR=adg
CC=golang-dev
https://golang.org/cl/4322041
This commit is contained in:
Russ Cox 2011-03-28 23:39:39 -04:00
parent 2a1b4a83fc
commit 98828f033a

View File

@ -105,7 +105,7 @@ func testFilePacketConnListen(t *testing.T, net, laddr string) {
} }
func testFilePacketConnDial(t *testing.T, net, raddr string) { func testFilePacketConnDial(t *testing.T, net, raddr string) {
c, err := Dial(net, "", raddr) c, err := Dial(net, raddr)
if err != nil { if err != nil {
t.Fatalf("Dial failed: %v", err) t.Fatalf("Dial failed: %v", err)
} }