1
0
mirror of https://github.com/golang/go synced 2024-11-07 01:46:15 -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:
Bryan C. Mills 2019-11-07 12:42:43 -05:00
parent 763d3ac75c
commit ee2268c6bc

View File

@ -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),