]> Cypherpunks repositories - gostls13.git/commit
test: add test case for issue 53702
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Fri, 12 Aug 2022 17:44:08 +0000 (00:44 +0700)
committerGopher Robot <gobot@golang.org>
Sun, 14 Aug 2022 00:14:04 +0000 (00:14 +0000)
commit45c748f7e61a4044a1f79516746d5851113de251
treef709c88442d962f753180c2f96d0372054003d82
parent7acbbbee947626d9d411f8b3398400413d0fd0ce
test: add test case for issue 53702

The issue is expected to be fixed when Unified IR is enabled by default,
so adding a test to make sure thing works correctly.

Updates #53702

Change-Id: Id9d7d7ca4506103df0d10785ed5ee170d69988ba
Reviewed-on: https://go-review.googlesource.com/c/go/+/423434
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
test/fixedbugs/issue53702.go [new file with mode: 0644]
test/run.go