Commit 175bfda4 authored by Mikio Hara's avatar Mikio Hara

net: fix typo in test

Change-Id: Ibc55e98c43cebe5a21ab3b280489e1bce6405b8b
Reviewed-on: https://go-review.googlesource.com/17218Reviewed-by: default avatarAlex Brainman <alex.brainman@gmail.com>
parent f3b064ae
......@@ -395,7 +395,7 @@ func TestLookupIPDeadline(t *testing.T) {
t.Logf("%v succeeded, %v failed (%v timeout, %v temporary, %v other, %v unknown)", qstats.succeeded, qstats.failed, qstats.timeout, qstats.temporary, qstats.other, qstats.unknown)
}
func TestLookupDotsWithLocalSoruce(t *testing.T) {
func TestLookupDotsWithLocalSource(t *testing.T) {
if !supportsIPv4 {
t.Skip("IPv4 is required")
}
......
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