mirror of
https://github.com/golang/go
synced 2024-11-20 04:44:40 -07:00
Remove assumption about google.com being the default search domain.
R=rsc APPROVED=rsc DELTA=1 (0 added, 0 deleted, 1 changed) OCL=31151 CL=31168
This commit is contained in:
parent
6bb3c48d3d
commit
c1edbe9a10
@ -37,7 +37,7 @@ var dialErrorTests = []DialErrorTest {
|
||||
},
|
||||
DialErrorTest{
|
||||
"tcp", "", "no-such-name:80",
|
||||
"dial tcp no-such-name:80: lookup no-such-name.google.com.: no such host",
|
||||
`dial tcp no-such-name:80: lookup no-such-name\..*\.: no such host`,
|
||||
},
|
||||
DialErrorTest{
|
||||
"tcp", "", "mh/astro/r70:http",
|
||||
|
Loading…
Reference in New Issue
Block a user