Skip to content

Commit

Permalink
net: fix typo in test
Browse files Browse the repository at this point in the history
Change-Id: Ibc55e98c43cebe5a21ab3b280489e1bce6405b8b
Reviewed-on: https://go-review.googlesource.com/17218
Reviewed-by: Alex Brainman <[email protected]>
  • Loading branch information
cixtor committed Nov 29, 2015
1 parent f3b064a commit 175bfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/lookup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down

0 comments on commit 175bfda

Please sign in to comment.