mirror of
https://github.com/golang/go
synced 2024-11-26 05:48:05 -07: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:
parent
a697c4b439
commit
c99616fc67
@ -1,3 +1,4 @@
|
||||
// +build !nacl
|
||||
// run
|
||||
|
||||
// Copyright 2014 The Go Authors. All rights reserved.
|
||||
|
@ -1,3 +1,4 @@
|
||||
// +build !nacl
|
||||
// run
|
||||
|
||||
// Copyright 2014 The Go Authors. All rights reserved.
|
||||
|
Loading…
Reference in New Issue
Block a user