aboutsummaryrefslogtreecommitdiff
path: root/test/sinit_run.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-11-09 21:10:49 -0500
committerRuss Cox <rsc@golang.org>2014-11-09 21:10:49 -0500
commitc99616fc6795123ec1a6b4d742099789865bd939 (patch)
tree665d9f682d632b01070444ea13875dcf69edfa11 /test/sinit_run.go
parenta697c4b439852821aa7bb0e179b64b66e9f9f812 (diff)
downloadgo-c99616fc6795123ec1a6b4d742099789865bd939.tar.gz
go-c99616fc6795123ec1a6b4d742099789865bd939.zip
test: fix nacl build
Disable linkx_run.go and sinit_run.go, because they exec subprocesses, which NaCl cannot. TBR=r CC=golang-codereviews https://golang.org/cl/171350043
Diffstat (limited to 'test/sinit_run.go')
-rw-r--r--test/sinit_run.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sinit_run.go b/test/sinit_run.go
index a21bd1077d..b0a91ce5b1 100644
--- a/test/sinit_run.go
+++ b/test/sinit_run.go
@@ -1,3 +1,4 @@
+// +build !nacl
// run
// Copyright 2014 The Go Authors. All rights reserved.