Commit c1edbe9a authored by David Symonds's avatar David Symonds

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
parent 6bb3c48d
...@@ -37,7 +37,7 @@ var dialErrorTests = []DialErrorTest { ...@@ -37,7 +37,7 @@ var dialErrorTests = []DialErrorTest {
}, },
DialErrorTest{ DialErrorTest{
"tcp", "", "no-such-name:80", "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{ DialErrorTest{
"tcp", "", "mh/astro/r70:http", "tcp", "", "mh/astro/r70:http",
......
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