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
commitc6138efbcb3c69eb22be0e09740b4e74e6eff552 (patch)
tree517171909ef7be7d91fcb865e558266aac65cc6d /test/sigchld.go
parent6e80a01ab748e16428f5911523a1ad153b220fb0 (diff)
downloadgo-git-c6138efbcb3c69eb22be0e09740b4e74e6eff552.tar.gz
runtime: closures, defer bug fix for Native Client
Enable package tests for Native Client build. R=r CC=golang-dev https://golang.org/cl/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 5b95314df6..3887e2d024 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.