From ace8bc35efa7fffb2a9cc751a9bc5097853e0b48 Mon Sep 17 00:00:00 2001 From: Mikio Hara Date: Wed, 30 Apr 2014 23:26:07 +0900 Subject: [PATCH] net: enable builtin dns resolver tests on solaris LGTM=aram R=golang-codereviews, aram CC=golang-codereviews https://golang.org/cl/99890045 --- src/pkg/net/dnsclient_unix_test.go | 2 +- src/pkg/net/dnsconfig_unix_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.0