]> Cypherpunks repositories - gostls13.git/commitdiff
test/typeparam: require -G=3 for issue48424.go (fix build)
authorRobert Griesemer <gri@golang.org>
Sat, 2 Oct 2021 04:02:43 +0000 (21:02 -0700)
committerDaniel Martí <mvdan@mvdan.cc>
Sat, 2 Oct 2021 13:52:59 +0000 (13:52 +0000)
Change-Id: Icabef5cf75770ffde012b1fc785a72f53f9b2c46
Reviewed-on: https://go-review.googlesource.com/c/go/+/353669
Trust: Robert Griesemer <gri@golang.org>
Trust: Daniel Martí <mvdan@mvdan.cc>
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
test/typeparam/issue48424.go

index b1238df69701b93627387fd1c3bd59548725c422..3253e6457b6c6057b08efab22d848cccb326d343 100644 (file)
@@ -1,4 +1,4 @@
-// run
+// run -gcflags=-G=3
 
 // Copyright 2021 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style