1
0
mirror of https://github.com/golang/go synced 2024-09-29 16:24:28 -06:00

remove comment

This commit is contained in:
Mateusz Poliwczak 2022-11-03 16:15:26 +01:00
parent fbbd8e10de
commit a4563400af

View File

@ -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()