mirror of
https://github.com/golang/go
synced 2024-11-23 06:00:08 -07:00
remove comment
This commit is contained in:
parent
fbbd8e10de
commit
a4563400af
@ -176,7 +176,6 @@ func TestDNSReadConfig(t *testing.T) {
|
||||
getHostname = func() (string, error) { return "host.domain.local", nil }
|
||||
|
||||
for _, tt := range dnsReadConfigTests {
|
||||
// make a copy to avoid modyfying shared state
|
||||
want := *tt.want
|
||||
if len(want.search) == 0 {
|
||||
want.search = dnsDefaultSearch()
|
||||
|
Loading…
Reference in New Issue
Block a user