Commit 757f21fd authored by Mikio Hara's avatar Mikio Hara

net: fix a nit found by vet

Change-Id: Ic965b48bdc0e0ffba9bed5ff6b3d28ff742f8b2d
Reviewed-on: https://go-review.googlesource.com/9100Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
parent f06795d9
...@@ -226,7 +226,7 @@ func TestAddrList(t *testing.T) { ...@@ -226,7 +226,7 @@ func TestAddrList(t *testing.T) {
} }
if tt.err != nil { if tt.err != nil {
if len(addrs) != 0 { if len(addrs) != 0 {
t.Errorf("#%v: got %v; want 0", len(addrs)) t.Errorf("#%v: got %v; want 0", i, len(addrs))
} }
continue continue
} }
......
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