mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue