diff options
author | Russ Cox <rsc@golang.org> | 2009-03-03 08:39:12 -0800 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2009-03-03 08:39:12 -0800 |
commit | 150fc635c53ef552024088ac65f82522b3626808 (patch) | |
tree | 028f4f1a5f6b78795c1a1ef840b49c7da342edd1 /src/lib/net/dialgoogle_test.go | |
parent | 4041d184e8f1e2123b1d32d5f39190d34f50ea7e (diff) | |
download | golang-150fc635c53ef552024088ac65f82522b3626808.tar.gz |
Automated g4 rollback of changelist 25024,
plus significant hand editing.
Back to T{x} for composite literals.
R=r
OCL=25612
CL=25632
Diffstat (limited to 'src/lib/net/dialgoogle_test.go')
-rw-r--r-- | src/lib/net/dialgoogle_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/net/dialgoogle_test.go b/src/lib/net/dialgoogle_test.go index 248b90de9..9e4cff4d6 100644 --- a/src/lib/net/dialgoogle_test.go +++ b/src/lib/net/dialgoogle_test.go @@ -50,7 +50,7 @@ func doDialTCP(t *testing.T, network, addr string) { fd.Close() } -var googleaddrs = []string ( +var googleaddrs = []string { "74.125.19.99:80", "www.google.com:80", "74.125.19.99:http", @@ -62,7 +62,7 @@ var googleaddrs = []string ( "[0:0:0:0:000000:ffff:74.125.19.99]:80", "[0:0:0:0:0:ffff::74.125.19.99]:80", "[2001:4860:0:2001::68]:80" // ipv6.google.com; removed if ipv6 flag not set -) +} func TestDialGoogle(t *testing.T) { // If no ipv6 tunnel, don't try the last address. |