diff options
Diffstat (limited to 'libgo/go/runtime/semasleep_test.go')
-rw-r--r-- | libgo/go/runtime/semasleep_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/go/runtime/semasleep_test.go b/libgo/go/runtime/semasleep_test.go index 9b371b07324..905e932b7d8 100644 --- a/libgo/go/runtime/semasleep_test.go +++ b/libgo/go/runtime/semasleep_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 !plan9 && !windows && !js // +build !plan9,!windows,!js package runtime_test |