Skip to content

Commit b86e8dd

Browse files
committed
test/typeparam: fix issue48094b test build
CL 347529 broke the longtest builders due to missing -G=3 flag when compiling the added test. Change-Id: I73007801dd6871a8cf3554e957d247f5f56fd641 Reviewed-on: https://go-review.googlesource.com/c/go/+/348330 Trust: Tobias Klauser <[email protected]> Trust: Cuong Manh Le <[email protected]> Reviewed-by: Cuong Manh Le <[email protected]> Run-TryBot: Tobias Klauser <[email protected]> TryBot-Result: Go Bot <[email protected]>
1 parent c84f3a4 commit b86e8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/typeparam/issue48094b.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// compiledir
1+
// compiledir -G=3
22

33
// Copyright 2021 The Go Authors. All rights reserved.
44
// Use of this source code is governed by a BSD-style

0 commit comments

Comments
 (0)