From c6138efbcb3c69eb22be0e09740b4e74e6eff552 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 22 Apr 2010 17:52:22 -0700 Subject: 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 --- test/nul1.go | 1 + 1 file changed, 1 insertion(+) (limited to 'test/nul1.go') 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 -- cgit v1.2.1