mirror of
https://github.com/golang/go
synced 2024-11-05 18:36:08 +00:00
test: do not run fuse test in noopt mode
Change-Id: Iad8ac2253ce28fd0a331bde36836d1b7f25797bd Reviewed-on: https://go-review.googlesource.com/c/go/+/314632 Trust: Cherry Zhang <cherryyz@google.com> Run-TryBot: Cherry Zhang <cherryyz@google.com> Reviewed-by: Bryan C. Mills <bcmills@google.com> TryBot-Result: Go Bot <gobot@golang.org>
This commit is contained in:
parent
24ea547a21
commit
becb9a278f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue