]> Cypherpunks repositories - gostls13.git/commitdiff
test: fix longtest failures on fixedbugs/issue48471.go
authorRobert Findley <rfindley@google.com>
Sat, 13 Nov 2021 01:15:49 +0000 (20:15 -0500)
committerRobert Findley <rfindley@google.com>
Sat, 13 Nov 2021 01:37:51 +0000 (01:37 +0000)
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 <rfindley@google.com>
Trust: Dan Scales <danscales@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dan Scales <danscales@google.com>
test/fixedbugs/issue48471.go

index 2e00c87c6a93676a223d0ce97240550c47c2870e..88caeede15ec3964482142d24ecffe7393834832 100644 (file)
@@ -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