]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile: restrict generics test to -G=3
authorKeith Randall <khr@golang.org>
Thu, 3 Feb 2022 23:17:00 +0000 (15:17 -0800)
committerKeith Randall <khr@golang.org>
Thu, 3 Feb 2022 23:55:05 +0000 (23:55 +0000)
Change-Id: Ifdb4f4f4fab8d45847ca525198b3960f87799f0c
Reviewed-on: https://go-review.googlesource.com/c/go/+/383034
Trust: Keith Randall <khr@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dan Scales <danscales@google.com>
Trust: Dan Scales <danscales@google.com>

test/typeparam/issue50993.go

index 4d459fd04c1634ad97eac70daa20cb9633b4fe08..39bdba0772c51d37025925c3530dadb5dde859df 100644 (file)
@@ -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