aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCherry Zhang <cherryyz@google.com>2021-04-28 11:24:24 -0400
committerCherry Zhang <cherryyz@google.com>2021-04-28 15:55:10 +0000
commitbecb9a278fdeccfb562dd1232f052050f00a4aaa (patch)
treed89f8a62744e2827e7805c2e38470896f513349b /test
parent24ea547a210b90eff7f4fefbd12dc8f72853406a (diff)
downloadgo-becb9a278fdeccfb562dd1232f052050f00a4aaa.tar.gz
go-becb9a278fdeccfb562dd1232f052050f00a4aaa.zip
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>
Diffstat (limited to 'test')
-rw-r--r--test/fuse.go2
1 files changed, 1 insertions, 1 deletions
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.