Skip to content

Commit

Permalink
cmd/go: add math/bits to runtime packages in TestNewReleaseRebuildsSt…
Browse files Browse the repository at this point in the history
…alePackagesInGOPATH

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 <[email protected]>
Reviewed-by: Michael Knyszek <[email protected]>
  • Loading branch information
Bryan C. Mills committed Nov 7, 2019
1 parent 763d3ac commit ee2268c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmd/go/go_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -917,6 +917,7 @@ func TestNewReleaseRebuildsStalePackagesInGOPATH(t *testing.T) {
"src/runtime",
"src/internal/bytealg",
"src/internal/cpu",
"src/math/bits",
"src/unsafe",
filepath.Join("pkg", runtime.GOOS+"_"+runtime.GOARCH),
filepath.Join("pkg/tool", runtime.GOOS+"_"+runtime.GOARCH),
Expand Down

0 comments on commit ee2268c

Please sign in to comment.