diff options
| author | Keith Randall <khr@golang.org> | 2022-02-03 15:17:00 -0800 |
|---|---|---|
| committer | Keith Randall <khr@golang.org> | 2022-02-03 23:55:05 +0000 |
| commit | 4e2410617d7b13e63e80ad77c9b2d44abaf39e9a (patch) | |
| tree | 5f875f84837edca7a5fe95b698bc2954e3e22b3a /test/typeparam | |
| parent | 248ad855b7d0e49839b7b4281d9e60e222368583 (diff) | |
| download | go-4e2410617d7b13e63e80ad77c9b2d44abaf39e9a.tar.xz | |
cmd/compile: restrict generics test to -G=3
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>
Diffstat (limited to 'test/typeparam')
| -rw-r--r-- | test/typeparam/issue50993.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
