]> Cypherpunks repositories - gostls13.git/commit
test: update test/run.go and some tests to use importcfg
authorMichael Matloob <matloob@golang.org>
Wed, 21 Sep 2022 19:51:27 +0000 (15:51 -0400)
committerMichael Matloob <matloob@golang.org>
Wed, 12 Oct 2022 23:16:41 +0000 (23:16 +0000)
commit6f445a9db55f65e55c5be29d3c506ecf3be37915
treeab724d4e441708257a4a5cf4141964c6b63238bf
parent0ae042f977942a60d7955bc10bf654835e47e12a
test: update test/run.go and some tests to use importcfg

Using importcfg instead of depending on the existence of .a files for
standard library packages will enable us to remove the .a files in a
future cl.

Change-Id: I6108384224508bc37d82fd990fc4a8649222502c
Reviewed-on: https://go-review.googlesource.com/c/go/+/440222
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
Run-TryBot: Michael Matloob <matloob@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
test/fixedbugs/bug369.go
test/fixedbugs/issue21317.go
test/linkmain_run.go
test/linkobj.go
test/run.go