Commit 98828f03 authored by Russ Cox's avatar Russ Cox

fix build

TBR=adg
CC=golang-dev
https://golang.org/cl/4322041
parent 2a1b4a83
...@@ -105,7 +105,7 @@ func testFilePacketConnListen(t *testing.T, net, laddr string) { ...@@ -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)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment