summaryrefslogtreecommitdiff
path: root/test/sigchld.go
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2013-06-04 21:51:22 -0700
committerBrad Fitzpatrick <bradfitz@golang.org>2013-06-04 21:51:22 -0700
commitd2ea784ad5be081c7f8ad3c032fe99d95d044e7c (patch)
treeafdb0cb31b134b1af538242bcb084d930811cb62 /test/sigchld.go
parent4832e38df64c805ce448611e8a4ac3aa3d6a3d4f (diff)
downloadgo-d2ea784ad5be081c7f8ad3c032fe99d95d044e7c.tar.gz
undo CL 10017045 / 6ec8c49421a0
It was never tested and also breaks Windows. run.go doesn't yet support the proper !windows,!plan9 syntax. ??? original CL description test: do not run SIGCHLD test on Plan 9 R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/10017045 ??? R=golang-dev, dave CC=golang-dev https://codereview.appspot.com/10024044
Diffstat (limited to 'test/sigchld.go')
-rw-r--r--test/sigchld.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sigchld.go b/test/sigchld.go
index 9024f3995..a60d28dea 100644
--- a/test/sigchld.go
+++ b/test/sigchld.go
@@ -1,4 +1,4 @@
-// +build !windows !plan9
+// +build !windows
// cmpout
// Copyright 2009 The Go Authors. All rights reserved.