From: Mikio Hara Date: Wed, 30 Apr 2014 14:26:07 +0000 (+0900) Subject: net: enable builtin dns resolver tests on solaris X-Git-Tag: go1.3beta2~162 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ace8bc35efa7fffb2a9cc751a9bc5097853e0b48;p=gostls13.git net: enable builtin dns resolver tests on solaris LGTM=aram R=golang-codereviews, aram CC=golang-codereviews https://golang.org/cl/99890045 --- diff --git a/src/pkg/net/dnsclient_unix_test.go b/src/pkg/net/dnsclient_unix_test.go index 47dcb563bc..a2fdda3565 100644 --- a/src/pkg/net/dnsclient_unix_test.go +++ b/src/pkg/net/dnsclient_unix_test.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build darwin dragonfly freebsd linux netbsd openbsd +// +build darwin dragonfly freebsd linux netbsd openbsd solaris package net diff --git a/src/pkg/net/dnsconfig_unix_test.go b/src/pkg/net/dnsconfig_unix_test.go index 697c69f995..37ed4931db 100644 --- a/src/pkg/net/dnsconfig_unix_test.go +++ b/src/pkg/net/dnsconfig_unix_test.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build darwin dragonfly freebsd linux netbsd openbsd +// +build darwin dragonfly freebsd linux netbsd openbsd solaris package net