aboutsummaryrefslogtreecommitdiff
path: root/test/nul1.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/nul1.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/nul1.go')
-rw-r--r--test/nul1.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/nul1.go b/test/nul1.go
index 9d6974f818..9cf51125bc 100644
--- a/test/nul1.go
+++ b/test/nul1.go
@@ -1,4 +1,3 @@
-// [ $GOOS != nacl ] || exit 0 # NaCl runner elides NUL in output
// [ "$GORUN" == "" ] || exit 0 # Android runner gets confused by the NUL output
// $G $D/$F.go && $L $F.$A && ./$A.out >tmp.go &&
// errchk $G -e tmp.go