From 02913aa51c1f1c1338596310ceafc63d4a93a19d Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Wed, 22 Sep 2021 22:11:17 -0700 Subject: [PATCH] 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 --- test/fixedbugs/issue14652.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0