From ee2268c6bce9fabf3330c832e90edf1601828ace Mon Sep 17 00:00:00 2001 From: "Bryan C. Mills" Date: Thu, 7 Nov 2019 12:42:43 -0500 Subject: [PATCH] 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 Reviewed-by: Michael Knyszek --- src/cmd/go/go_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cmd/go/go_test.go b/src/cmd/go/go_test.go index f646beff47..5ff50556c2 100644 --- a/src/cmd/go/go_test.go +++ b/src/cmd/go/go_test.go @@ -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), -- 2.50.0