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 | 95219382926a5c2fcb0f9a3826aeaca2090be726 (patch) | |
tree | 64a933277eecbaa74ddae0588ef93e17bc73a25b /test/env.go | |
parent | 302143c2ec4837224a35cbeab9b8586fa122a732 (diff) | |
download | golang-95219382926a5c2fcb0f9a3826aeaca2090be726.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/env.go')
-rw-r--r-- | test/env.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/env.go b/test/env.go index 2cf9ddf38..b12a72973 100644 --- a/test/env.go +++ b/test/env.go @@ -1,3 +1,4 @@ +// [ $GOOS != nacl ] || exit 0 # NaCl runner does not expose environment // $G $F.go && $L $F.$A && ./$A.out // Copyright 2009 The Go Authors. All rights reserved. |