]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix TestNewReleaseRebuildsStalePackagesInGOPATH for runtime move
authorDmitri Shuralyov <dmitshur@golang.org>
Tue, 23 Jul 2024 22:03:24 +0000 (18:03 -0400)
committerGopher Robot <gobot@golang.org>
Tue, 23 Jul 2024 23:05:48 +0000 (23:05 +0000)
commit0d5fc4e1f01f320d9ce8fd14393241ac09cde791
tree3b7a5b7604b8002339a226147a3a40ad6d83085f
parentc18ff292959f18965ab6fa47d5dc7aeea1b2374f
cmd/go: fix TestNewReleaseRebuildsStalePackagesInGOPATH for runtime move

CL 600436 moved runtime/internal/sys to internal/runtime/sys and updated
TestNewReleaseRebuildsStalePackagesInGOPATH in part accordingly. This is
the other part that's needed for it to pass.

For #65355.

Change-Id: I26cff96c15caf185a4ee2c8fb31ec6c877ab87e2
Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-longtest
Reviewed-on: https://go-review.googlesource.com/c/go/+/600595
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/go/go_test.go