From: Robert Findley Date: Sat, 13 Nov 2021 01:15:49 +0000 (-0500) Subject: test: fix longtest failures on fixedbugs/issue48471.go X-Git-Tag: go1.18beta1~333 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2fd720b78086eaa57559e38f6ad4fe51c09c3a17;p=gostls13.git 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 --- 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