-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go/internal/gcimporter: add a test case for issue 51219
Based on CL 387814, construct a reproducer for issue 51219 using x/tools/go/internal/gcimporter. Confirmed that this fails without the fix in CL 392475. Additionally, this CL includes some minor cleanup: - no need to take two passes in testExportSrc, as IExportVersionGenerics and IExportVersionGo1_18 are the same - remove skips that are no longer needed. Fixes golang/go#51219 Change-Id: Ia76fe9038aab7a2b9efc8429dc211b03adbb5560 Reviewed-on: https://go-review.googlesource.com/c/tools/+/392734 Trust: Robert Findley <[email protected]> Run-TryBot: Robert Findley <[email protected]> Reviewed-by: Matthew Dempsky <[email protected]> gopls-CI: kokoro <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
- Loading branch information
Showing
1 changed file
with
140 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters