From 91abe4be0e8f3329bd891838fc047d83a5762c61 Mon Sep 17 00:00:00 2001 From: Dan Scales Date: Fri, 19 Nov 2021 17:52:41 -0800 Subject: [PATCH] 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 --- test/fixedbugs/issue49665.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixedbugs/issue49665.go b/test/fixedbugs/issue49665.go index c6c22a1b4e9ec..4a6593c4541cf 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