aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/net/write_unix_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/net/write_unix_test.go')
-rw-r--r--libgo/go/net/write_unix_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/go/net/write_unix_test.go b/libgo/go/net/write_unix_test.go
index 6d8cb6a..f79f2d0 100644
--- a/libgo/go/net/write_unix_test.go
+++ b/libgo/go/net/write_unix_test.go
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+//go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
// +build darwin dragonfly freebsd linux netbsd openbsd solaris
package net