]> Cypherpunks repositories - gostls13.git/commit
go/types: migrate importer usage in tests
authorMichael Matloob <matloob@golang.org>
Wed, 12 Oct 2022 23:09:43 +0000 (19:09 -0400)
committerMichael Matloob <matloob@golang.org>
Tue, 18 Oct 2022 20:41:52 +0000 (20:41 +0000)
commit4ac413ae22604de6defd5074dbc2a3df0ac47233
treef7bccc922857dc6e7b5e17d9afdf8164d6696893
parent7ea0520234aafb47d05bb4822cb7af54c6ac7554
go/types: migrate importer usage in tests

To use an importer that knows where to find stdlib .a files based on
their new locations once the checked-in .a files are removed.

Change-Id: I981812306b3512380d58cb0f599a9a61b27ba0d7
Reviewed-on: https://go-review.googlesource.com/c/go/+/442695
Reviewed-by: Michael Matloob <matloob@golang.org>
Run-TryBot: Michael Matloob <matloob@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/go/types/issues_test.go
src/go/types/self_test.go
src/go/types/sizes_test.go
src/go/types/typestring_test.go