summaryrefslogtreecommitdiff
path: root/test/recover3.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/recover3.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/recover3.go')
-rw-r--r--test/recover3.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/recover3.go b/test/recover3.go
index f719b0ced..b982ec8fa 100644
--- a/test/recover3.go
+++ b/test/recover3.go
@@ -1,3 +1,4 @@
+// [ $GOOS != nacl ] || exit 0 # NaCl cannot recover from signals
// $G $D/$F.go && $L $F.$A && ./$A.out
// Copyright 2010 The Go Authors. All rights reserved.