summaryrefslogtreecommitdiff
path: root/test/sigchld.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/sigchld.go')
-rw-r--r--test/sigchld.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sigchld.go b/test/sigchld.go
index 09188fc53..1fb2e21bd 100644
--- a/test/sigchld.go
+++ b/test/sigchld.go
@@ -1,4 +1,3 @@
-// if [ $GOOS == nacl ]; then echo survived SIGCHLD; exit 0; fi # NaCl has no signals.
// $G $D/$F.go && $L $F.$A && ./$A.out
// Copyright 2009 The Go Authors. All rights reserved.