From 4e2410617d7b13e63e80ad77c9b2d44abaf39e9a Mon Sep 17 00:00:00 2001 From: Keith Randall Date: Thu, 3 Feb 2022 15:17:00 -0800 Subject: [PATCH] cmd/compile: restrict generics test to -G=3 Change-Id: Ifdb4f4f4fab8d45847ca525198b3960f87799f0c Reviewed-on: https://go-review.googlesource.com/c/go/+/383034 Trust: Keith Randall Run-TryBot: Keith Randall TryBot-Result: Gopher Robot Reviewed-by: Dan Scales Trust: Dan Scales --- test/typeparam/issue50993.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/typeparam/issue50993.go b/test/typeparam/issue50993.go index 4d459fd04c..39bdba0772 100644 --- a/test/typeparam/issue50993.go +++ b/test/typeparam/issue50993.go @@ -1,4 +1,4 @@ -// compile -d=checkptr +// compile -G=3 -d=checkptr // Copyright 2022 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style -- 2.50.0