mirror of
https://github.com/golang/go.git
synced 2026-04-02 09:20:29 +09:00
cmd/go: fix TestNewReleaseRebuildsStalePackagesInGOPATH
CL 307818 added a package that the runtime depends on, but didn't update the list of runtime dependencies in this test. This should fix the longtest builder failures. Change-Id: I5f3be31b069652e05ac3db9b1ce84dd5dfe0f66f Reviewed-on: https://go-review.googlesource.com/c/go/+/308469 Trust: Austin Clements <austin@google.com> Reviewed-by: Bryan C. Mills <bcmills@google.com> Reviewed-by: Cherry Zhang <cherryyz@google.com>
This commit is contained in:
@@ -814,6 +814,7 @@ func TestNewReleaseRebuildsStalePackagesInGOPATH(t *testing.T) {
|
||||
"src/internal/abi",
|
||||
"src/internal/bytealg",
|
||||
"src/internal/cpu",
|
||||
"src/internal/goexperiment",
|
||||
"src/math/bits",
|
||||
"src/unsafe",
|
||||
filepath.Join("pkg", runtime.GOOS+"_"+runtime.GOARCH),
|
||||
|
||||
Reference in New Issue
Block a user