aboutsummaryrefslogtreecommitdiff
path: root/test/env.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-12-15 11:49:23 -0500
committerRuss Cox <rsc@golang.org>2010-12-15 11:49:23 -0500
commit0c54225b515f80ac3ff27337bde1653908a78f0d (patch)
tree400a6188889dd50c0a566ad3781b1f35194a84dd /test/env.go
parent85f5bb8216fb8971fa3bfe719a45549df2761d12 (diff)
downloadgo-0c54225b515f80ac3ff27337bde1653908a78f0d.tar.gz
go-0c54225b515f80ac3ff27337bde1653908a78f0d.zip
remove nacl
The recent linker changes broke NaCl support a month ago, and there are no known users of it. The NaCl code can always be recovered from the repository history. R=adg, r CC=golang-dev https://golang.org/cl/3671042
Diffstat (limited to 'test/env.go')
-rw-r--r--test/env.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/env.go b/test/env.go
index 7646e07dd6..16b2076447 100644
--- a/test/env.go
+++ b/test/env.go
@@ -1,4 +1,3 @@
-// [ $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.