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/nilptr/arrayindex.go | 1 + 1 file changed, 1 insertion(+) (limited to 'test/nilptr/arrayindex.go') diff --git a/test/nilptr/arrayindex.go b/test/nilptr/arrayindex.go index c42dedee81..1767acc275 100644 --- a/test/nilptr/arrayindex.go +++ b/test/nilptr/arrayindex.go @@ -1,3 +1,4 @@ +// [ $GOOS != nacl ] || exit 0 # do not bother on NaCl // $G $D/$F.go && $L $F.$A && // ((! sh -c ./$A.out) >/dev/null 2>&1 || echo BUG: should fail) -- cgit v1.3-5-g9baa