diff options
Diffstat (limited to 'libgo/go/runtime/runtime_unix_test.go')
-rw-r--r-- | libgo/go/runtime/runtime_unix_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/go/runtime/runtime_unix_test.go b/libgo/go/runtime/runtime_unix_test.go index cdad0e2b943..54e14c9a1ee 100644 --- a/libgo/go/runtime/runtime_unix_test.go +++ b/libgo/go/runtime/runtime_unix_test.go @@ -6,6 +6,7 @@ // We need a fast system call to provoke the race, // and Close(-1) is nearly universally fast. +//go:build aix || darwin || dragonfly || freebsd || hurd || linux || netbsd || openbsd || plan9 // +build aix darwin dragonfly freebsd hurd linux netbsd openbsd plan9 package runtime_test |