]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix TestNewReleaseRebuildsStalePackagesInGOPATH
authorAustin Clements <austin@google.com>
Thu, 8 Apr 2021 14:14:25 +0000 (10:14 -0400)
committerAustin Clements <austin@google.com>
Thu, 8 Apr 2021 15:02:51 +0000 (15:02 +0000)
commit1be8be4accf8bc9a625ec96e7655d814c3d5bed1
tree083f727f5d9abf5b791105d46229915374b25305
parent912c4e29d3cdabe11db70ed168ddaa4bcc515772
cmd/go: fix TestNewReleaseRebuildsStalePackagesInGOPATH

CL 307818 added a package that the runtime depends on, but didn't
update the list of runtime dependencies in this test.

This should fix the longtest builder failures.

Change-Id: I5f3be31b069652e05ac3db9b1ce84dd5dfe0f66f
Reviewed-on: https://go-review.googlesource.com/c/go/+/308469
Trust: Austin Clements <austin@google.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/go/go_test.go