From: Robert Griesemer Date: Thu, 23 Sep 2021 05:11:17 +0000 (-0700) Subject: test/fixedbugs: adjust test case (fix longtest builders) X-Git-Tag: go1.18beta1~1217 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=02913aa51c1f1c1338596310ceafc63d4a93a19d;p=gostls13.git test/fixedbugs: adjust test case (fix longtest builders) For #33232. Change-Id: Id95a92bfdad91e3ccde9f5654c3b1b02ca95f6ea Reviewed-on: https://go-review.googlesource.com/c/go/+/351731 Trust: Robert Griesemer Trust: Bryan C. Mills Run-TryBot: Robert Griesemer TryBot-Result: Go Bot Reviewed-by: Robert Findley --- diff --git a/test/fixedbugs/issue14652.go b/test/fixedbugs/issue14652.go index 586663b676..6dd2fbfbf6 100644 --- a/test/fixedbugs/issue14652.go +++ b/test/fixedbugs/issue14652.go @@ -1,4 +1,4 @@ -// compile +// compile -G=3 // Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style