From b86e8dd0f3a27bc9577690523c9feeb25593bec7 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 9 Sep 2021 10:10:54 +0200 Subject: [PATCH] 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 --- test/typeparam/issue48094b.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/typeparam/issue48094b.go b/test/typeparam/issue48094b.go index b83fbd7af16a5..87b4ff46c1ea4 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