]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: add math/bits to runtime packages in TestNewReleaseRebuildsStalePackagesInGOPATH
authorBryan C. Mills <bcmills@google.com>
Thu, 7 Nov 2019 17:42:43 +0000 (12:42 -0500)
committerBryan C. Mills <bcmills@google.com>
Thu, 7 Nov 2019 18:06:59 +0000 (18:06 +0000)
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>
src/cmd/go/go_test.go

index f646beff4796e140d5aa81dbfd78f89dfd420144..5ff50556c290897bf17a53aa00e0a012cacfd0f9 100644 (file)
@@ -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),