summaryrefslogtreecommitdiff
path: root/test/typeparam/issue46461b.go
diff options
context:
space:
mode:
authorMatthew Dempsky <mdempsky@google.com>2022-02-28 14:32:19 -0800
committerMatthew Dempsky <mdempsky@google.com>2022-03-01 19:45:34 +0000
commite24977d23103fc969da9b1173b5e629870628185 (patch)
tree84588a2e4baeba7aa9e7f589d143bdf3ced64275 /test/typeparam/issue46461b.go
parent258fc75505f170bc94c73d64e9b4a0d986108e96 (diff)
downloadgo-git-e24977d23103fc969da9b1173b5e629870628185.tar.gz
all: avoid use of cmd/compile -G flag in tests
The next CL will remove the -G flag, effectively hard-coding it to its current default (-G=3). Change-Id: Ib4743b529206928f9f1cca9fdb19989728327831 Reviewed-on: https://go-review.googlesource.com/c/go/+/388534 Reviewed-by: Keith Randall <khr@golang.org> Trust: Matthew Dempsky <mdempsky@google.com> Run-TryBot: Matthew Dempsky <mdempsky@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
Diffstat (limited to 'test/typeparam/issue46461b.go')
-rw-r--r--test/typeparam/issue46461b.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/typeparam/issue46461b.go b/test/typeparam/issue46461b.go
index 87b4ff46c1..b83fbd7af1 100644
--- a/test/typeparam/issue46461b.go
+++ b/test/typeparam/issue46461b.go
@@ -1,4 +1,4 @@
-// compiledir -G=3
+// compiledir
// Copyright 2021 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style