diff options
| author | Bryan C. Mills <bcmills@google.com> | 2019-11-07 12:42:43 -0500 |
|---|---|---|
| committer | Bryan C. Mills <bcmills@google.com> | 2019-11-07 18:06:59 +0000 |
| commit | ee2268c6bce9fabf3330c832e90edf1601828ace (patch) | |
| tree | b7049bc74db2e9c69d97085a30b3519cc373ba30 /src | |
| parent | 763d3ac75cd19f3484f4bb371175aac34ce1f271 (diff) | |
| download | go-ee2268c6bce9fabf3330c832e90edf1601828ace.tar.xz | |
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>
Diffstat (limited to 'src')
| -rw-r--r-- | src/cmd/go/go_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
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), |
