diff options
| author | Russ Cox <rsc@golang.org> | 2010-04-22 17:52:22 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2010-04-22 17:52:22 -0700 |
| commit | c6138efbcb3c69eb22be0e09740b4e74e6eff552 (patch) | |
| tree | 517171909ef7be7d91fcb865e558266aac65cc6d /test/nilptr/arrayindex.go | |
| parent | 6e80a01ab748e16428f5911523a1ad153b220fb0 (diff) | |
| download | go-c6138efbcb3c69eb22be0e09740b4e74e6eff552.tar.xz | |
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/nilptr/arrayindex.go')
| -rw-r--r-- | test/nilptr/arrayindex.go | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
