diff options
Diffstat (limited to 'test/sigchld.go')
-rw-r--r-- | test/sigchld.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sigchld.go b/test/sigchld.go index a60d28dea..38437e552 100644 --- a/test/sigchld.go +++ b/test/sigchld.go @@ -1,4 +1,4 @@ -// +build !windows +// +build !plan9,!windows // cmpout // Copyright 2009 The Go Authors. All rights reserved. |