]> Cypherpunks repositories - gostls13.git/commit
test: add new test case for 51219 that triggers the types2 issue
authorDan Scales <danscales@google.com>
Thu, 24 Feb 2022 01:57:09 +0000 (17:57 -0800)
committerDan Scales <danscales@google.com>
Mon, 28 Feb 2022 14:59:04 +0000 (14:59 +0000)
commit57dda9795da20fc12c7cfb03438959302200dbc7
tree8f399d1234d3055f9f4963ad9231b98568bfddcd
parenta064a4f29a97a4fc7398d1ac9d7c53c5ba0bc646
test: add new test case for 51219 that triggers the types2 issue

The existing test for 51219 didn't actually trigger the types2 issue - I
hadn't been able to minimize the test case yet properly. This new test
case issue51219b.go now does trigger the types2 issue (it's only
slightly different).

Updates #51219

Change-Id: Iaba8144b4702ff4fefec86c899b8acef127b10dc
Reviewed-on: https://go-review.googlesource.com/c/go/+/387814
Trust: Dan Scales <danscales@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
test/typeparam/issue51219.dir/a.go
test/typeparam/issue51219.dir/main.go
test/typeparam/issue51219.out
test/typeparam/issue51219b.dir/a.go [new file with mode: 0644]
test/typeparam/issue51219b.dir/b.go [moved from test/typeparam/issue51219.dir/b.go with 77% similarity]
test/typeparam/issue51219b.dir/p.go [new file with mode: 0644]
test/typeparam/issue51219b.go [new file with mode: 0644]