mirror of
https://github.com/golang/go
synced 2024-11-07 04:16:10 -07:00
cmd/go: add math/bits to runtime packages in TestNewReleaseRebuildsStalePackagesInGOPATH
This fixes a test failure introduced in CL 190620. Updates #35112 Change-Id: I568ae85a456ccd8103563b0ce2e42b7348776a5c Reviewed-on: https://go-review.googlesource.com/c/go/+/205877 Run-TryBot: Bryan C. Mills <bcmills@google.com> Reviewed-by: Michael Knyszek <mknyszek@google.com>
This commit is contained in:
parent
763d3ac75c
commit
ee2268c6bc
@ -917,6 +917,7 @@ func TestNewReleaseRebuildsStalePackagesInGOPATH(t *testing.T) {
|
|||||||
"src/runtime",
|
"src/runtime",
|
||||||
"src/internal/bytealg",
|
"src/internal/bytealg",
|
||||||
"src/internal/cpu",
|
"src/internal/cpu",
|
||||||
|
"src/math/bits",
|
||||||
"src/unsafe",
|
"src/unsafe",
|
||||||
filepath.Join("pkg", runtime.GOOS+"_"+runtime.GOARCH),
|
filepath.Join("pkg", runtime.GOOS+"_"+runtime.GOARCH),
|
||||||
filepath.Join("pkg/tool", runtime.GOOS+"_"+runtime.GOARCH),
|
filepath.Join("pkg/tool", runtime.GOOS+"_"+runtime.GOARCH),
|
||||||
|
Loading…
Reference in New Issue
Block a user