]> Cypherpunks repositories - gostls13.git/commit
test: add regress test for issue 55101
authorMatthew Dempsky <mdempsky@google.com>
Fri, 16 Sep 2022 20:11:49 +0000 (13:11 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Mon, 19 Sep 2022 18:47:00 +0000 (18:47 +0000)
commit38cecb22903415b34991ce76efe725f47aaf21a3
tree5f1beb7eba6251eb5d258d131fbc66762b579256
parentd74bf73be052851e83fb59a40f47d49f4b890ca3
test: add regress test for issue 55101

This test case already works with GOEXPERIMENT=unified, and it never
worked with Go 1.18 or Go 1.19. So this CL simply adds a regress test
to make sure it continues working.

Fixes #55101.

Change-Id: I7e06bfdc136ce124f65cdcf02d20a1050b841d42
Reviewed-on: https://go-review.googlesource.com/c/go/+/431455
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
src/go/internal/gcimporter/gcimporter_test.go
test/run.go
test/typeparam/issue55101.go [new file with mode: 0644]