From: Tobias Klauser Date: Thu, 9 Sep 2021 08:10:54 +0000 (+0200) Subject: test/typeparam: fix issue48094b test build X-Git-Tag: go1.18beta1~1408 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b86e8dd0f3;p=gostls13.git test/typeparam: fix issue48094b test build CL 347529 broke the longtest builders due to missing -G=3 flag when compiling the added test. Change-Id: I73007801dd6871a8cf3554e957d247f5f56fd641 Reviewed-on: https://go-review.googlesource.com/c/go/+/348330 Trust: Tobias Klauser Trust: Cuong Manh Le Reviewed-by: Cuong Manh Le Run-TryBot: Tobias Klauser TryBot-Result: Go Bot --- diff --git a/test/typeparam/issue48094b.go b/test/typeparam/issue48094b.go index b83fbd7af1..87b4ff46c1 100644 --- a/test/typeparam/issue48094b.go +++ b/test/typeparam/issue48094b.go @@ -1,4 +1,4 @@ -// compiledir +// compiledir -G=3 // Copyright 2021 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style