From 2fd720b78086eaa57559e38f6ad4fe51c09c3a17 Mon Sep 17 00:00:00 2001 From: Robert Findley Date: Fri, 12 Nov 2021 20:15:49 -0500 Subject: [PATCH] test: fix longtest failures on fixedbugs/issue48471.go This test is failing with -G=0, so specify -G=3. Change-Id: I4c74707d0a43f8191cb0b156204604458ba85136 Reviewed-on: https://go-review.googlesource.com/c/go/+/363699 Trust: Robert Findley Trust: Dan Scales Run-TryBot: Robert Findley TryBot-Result: Go Bot Reviewed-by: Dan Scales --- test/fixedbugs/issue48471.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixedbugs/issue48471.go b/test/fixedbugs/issue48471.go index 2e00c87c6a..88caeede15 100644 --- a/test/fixedbugs/issue48471.go +++ b/test/fixedbugs/issue48471.go @@ -1,4 +1,4 @@ -// errorcheck +// errorcheck -G=3 // Copyright 2021 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style -- 2.50.0