diff --git a/test/linkx_run.go b/test/linkx_run.go index abfc342a6c7..5b67ce7d3de 100644 --- a/test/linkx_run.go +++ b/test/linkx_run.go @@ -1,3 +1,4 @@ +// +build !nacl // run // Copyright 2014 The Go Authors. All rights reserved. diff --git a/test/sinit_run.go b/test/sinit_run.go index a21bd1077db..b0a91ce5b18 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.