]> Cypherpunks repositories - gostls13.git/commit
test: add test case for #51521
authorMatthew Dempsky <mdempsky@google.com>
Mon, 7 Mar 2022 13:43:40 +0000 (05:43 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Mon, 7 Mar 2022 14:07:18 +0000 (14:07 +0000)
commitd1820f748f8d63da8ef602e53d1db224f072be8f
treea37739561200217422e765a36ae9455758a0d130
parentac3ba9790762113bbc4ce1e8068654ce9579d3d6
test: add test case for #51521

The test case is already working with unified IR, so add it to make
sure we don't regress while finishing unified IR's support for
dictionaries.

Updates #51521.

Change-Id: Ib7c8bf9612d30cd552e8e631fd0d487dcb177f14
Reviewed-on: https://go-review.googlesource.com/c/go/+/390356
Trust: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
test/run.go
test/typeparam/issue51521.go [new file with mode: 0644]