1
0
mirror of https://github.com/golang/go synced 2024-07-08 12:18:55 +00:00

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
This commit is contained in:
Russ Cox 2014-11-09 21:10:49 -05:00
parent a697c4b439
commit c99616fc67
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// +build !nacl
// run
// Copyright 2014 The Go Authors. All rights reserved.

View File

@ -1,3 +1,4 @@
// +build !nacl
// run
// Copyright 2014 The Go Authors. All rights reserved.