]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.19] test: improve generic type assertion test
authorMatthew Dempsky <mdempsky@google.com>
Mon, 1 Aug 2022 20:23:36 +0000 (13:23 -0700)
committerDmitri Shuralyov <dmitshur@golang.org>
Mon, 1 Aug 2022 22:43:15 +0000 (22:43 +0000)
commit56ec1163e38fbfe40dd2bfdf7a7fdfe9f8ccf6f8
treec04f354496a5e889e77b6d83fb4b47d7924b0f97
parentec7bf2007e1a938f69b61014108e59f5eefdb2b1
[release-branch.go1.19] test: improve generic type assertion test

The test added in CL 420674 only tested that the type assertions
compiled at all. This CL changes it into a run test to make sure the
type assertions compile and also run correctly.

Updates #54135.

Change-Id: Id17469faad1bb55ff79b0bb4163ef50179330033
Reviewed-on: https://go-review.googlesource.com/c/go/+/420421
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Auto-Submit: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
(cherry picked from commit f2a9f3e2e0ce7e582d226ad9a41d3c36b146fc25)
Reviewed-on: https://go-review.googlesource.com/c/go/+/420675
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
test/typeparam/issue54135.go