]> Cypherpunks repositories - gostls13.git/commitdiff
net: enable builtin dns resolver tests on solaris
authorMikio Hara <mikioh.mikioh@gmail.com>
Wed, 30 Apr 2014 14:26:07 +0000 (23:26 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Wed, 30 Apr 2014 14:26:07 +0000 (23:26 +0900)
LGTM=aram
R=golang-codereviews, aram
CC=golang-codereviews
https://golang.org/cl/99890045

src/pkg/net/dnsclient_unix_test.go
src/pkg/net/dnsconfig_unix_test.go

index 47dcb563bc54e8a91ee7dbd199a3ebbd8c597650..a2fdda35656c2ce91df3808d7f79d34833692113 100644 (file)
@@ -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
 
index 697c69f995952678a532dc1edfed0ed7eb6bf841..37ed4931dbe70ac6ceb6528a312ec09d6692069d 100644 (file)
@@ -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