diff --git a/test/fuse.go b/test/fuse.go index 7d39c3cdb9..ea908bfd4d 100644 --- a/test/fuse.go +++ b/test/fuse.go @@ -1,4 +1,4 @@ -// +build amd64 arm64 +// +build amd64,!gcflags_noopt arm64,!gcflags_noopt // errorcheck -0 -d=ssa/late_fuse/debug=1 // Copyright 2021 The Go Authors. All rights reserved.