From: Dan Scales Date: Sat, 20 Nov 2021 01:52:41 +0000 (-0800) Subject: test: fix -G=0 mode for longtest builder X-Git-Tag: go1.18beta1~228 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=91abe4be0e8f3329bd891838fc047d83a5762c61;p=gostls13.git test: fix -G=0 mode for longtest builder For -G=3 for test using 'any'. Change-Id: Ia37ee944a38be4f4330e62ad187f10f2d42e41bd Reviewed-on: https://go-review.googlesource.com/c/go/+/365839 Trust: Dan Scales Run-TryBot: Dan Scales Reviewed-by: Cuong Manh Le --- diff --git a/test/fixedbugs/issue49665.go b/test/fixedbugs/issue49665.go index c6c22a1b4e..4a6593c454 100644 --- a/test/fixedbugs/issue49665.go +++ b/test/fixedbugs/issue49665.go @@ -1,4 +1,4 @@ -// run +// run -gcflags=-G=3 // Copyright 2021 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style