diff --git a/test/inline_sync.go b/test/inline_sync.go index 271414d5f0..b25e56447b 100644 --- a/test/inline_sync.go +++ b/test/inline_sync.go @@ -1,4 +1,4 @@ -// +build !nacl,!386 +// +build !nacl,!386,!wasm,!arm,!gcflags_noopt // errorcheck -0 -m // Copyright 2019 The Go Authors. All rights reserved.