From: Keith Randall Date: Thu, 3 Feb 2022 23:17:00 +0000 (-0800) Subject: cmd/compile: restrict generics test to -G=3 X-Git-Tag: go1.18rc1~107 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4e2410617d7b13e63e80ad77c9b2d44abaf39e9a;p=gostls13.git 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 --- 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