summaryrefslogtreecommitdiff
path: root/test/sigchld.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-04-22 17:52:22 -0700
committerRuss Cox <rsc@golang.org>2010-04-22 17:52:22 -0700
commit877828bf7390292b95ae32e2dd2830e9e2a71be9 (patch)
tree64a933277eecbaa74ddae0588ef93e17bc73a25b /test/sigchld.go
parentdece318225462482dbd559e985b3750c773895df (diff)
downloadgo-877828bf7390292b95ae32e2dd2830e9e2a71be9.tar.gz
runtime: closures, defer bug fix for Native Client
Enable package tests for Native Client build. R=r CC=golang-dev http://codereview.appspot.com/957042
Diffstat (limited to 'test/sigchld.go')
-rw-r--r--test/sigchld.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sigchld.go b/test/sigchld.go
index 5b95314df..3887e2d02 100644
--- a/test/sigchld.go
+++ b/test/sigchld.go
@@ -1,3 +1,4 @@
+// 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.