commit | 82359d1c2d835d44d84408b52fd8eaf4965ad363 | [log] [tgz] |
---|---|---|
author | Mikio Hara <mikioh.mikioh@gmail.com> | Sat May 09 01:29:03 2015 +0900 |
committer | Mikio Hara <mikioh.mikioh@gmail.com> | Sat May 09 02:58:50 2015 +0000 |
tree | f97d74991d27da98990e74fc8252fec4701d9d79 | |
parent | 2d9a50b97f762637627436b6ed153242e43874fb [diff] [blame] |
net: enable cgo test on solaris Change-Id: I4ade27469d82839b4396e1a88465dddc6b31d578 Reviewed-on: https://go-review.googlesource.com/9838 Reviewed-by: Aram Hăvărneanu <aram@mgk.ro>
diff --git a/src/net/cgo_unix_test.go b/src/net/cgo_unix_test.go index 55ea86a..4d5ab23 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