From: Mikio Hara Date: Fri, 8 May 2015 16:29:03 +0000 (+0900) Subject: net: enable cgo test on solaris X-Git-Tag: go1.5beta1~671 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=82359d1c2d835d44d84408b52fd8eaf4965ad363;p=gostls13.git net: enable cgo test on solaris Change-Id: I4ade27469d82839b4396e1a88465dddc6b31d578 Reviewed-on: https://go-review.googlesource.com/9838 Reviewed-by: Aram Hăvărneanu --- diff --git a/src/net/cgo_unix_test.go b/src/net/cgo_unix_test.go index 55ea86a458..4d5ab23fd3 100644 --- a/src/net/cgo_unix_test.go +++ b/src/net/cgo_unix_test.go @@ -3,7 +3,7 @@ // license that can be found in the LICENSE file. // +build cgo,!netgo -// +build darwin dragonfly freebsd linux netbsd openbsd +// +build darwin dragonfly freebsd linux netbsd openbsd solaris package net