1
0
mirror of https://github.com/golang/go synced 2024-11-16 21:04:45 -07:00

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 <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>
This commit is contained in:
Robert Findley 2021-11-12 20:15:49 -05:00
parent c893a85f21
commit 2fd720b780

View 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