]> Cypherpunks.ru repositories - gostls13.git/commitdiff
test: do not run fuse test in noopt mode
authorCherry Zhang <cherryyz@google.com>
Wed, 28 Apr 2021 15:24:24 +0000 (11:24 -0400)
committerCherry Zhang <cherryyz@google.com>
Wed, 28 Apr 2021 15:55:10 +0000 (15:55 +0000)
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>

test/fuse.go

index 7d39c3cdb9454695962fb2336101fa688a86b5a2..ea908bfd4d4aead13466d440327b724811ae4187 100644 (file)
@@ -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.