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
commitc6138efbcb3c69eb22be0e09740b4e74e6eff552 (patch)
tree517171909ef7be7d91fcb865e558266aac65cc6d /test/nul1.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/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 026d397544..5e45963312 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