summaryrefslogtreecommitdiff
path: root/test/nul1.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/nul1.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/nul1.go')
-rw-r--r--test/nul1.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/nul1.go b/test/nul1.go
index 026d39754..5e4596331 100644
--- a/test/nul1.go
+++ b/test/nul1.go
@@ -1,3 +1,4 @@
+// [ $GOOS != nacl ] || exit 0 # NaCl runner elides NUL in output
// $G $D/$F.go && $L $F.$A && ./$A.out >tmp.go &&
// errchk $G -e tmp.go
// rm -f tmp.go