summaryrefslogtreecommitdiff
path: root/src/pkg/net/hosts_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/net/hosts_test.go')
-rw-r--r--src/pkg/net/hosts_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/net/hosts_test.go b/src/pkg/net/hosts_test.go
index 84cd92e37..470e35f78 100644
--- a/src/pkg/net/hosts_test.go
+++ b/src/pkg/net/hosts_test.go
@@ -13,7 +13,6 @@ type hostTest struct {
ips []IP
}
-
var hosttests = []hostTest{
{"odin", []IP{
IPv4(127, 0, 0, 2),