mirror of https://github.com/golang/go.git
cmd/go/testdata/script: remove reference to fixed issue
The issue referenced in work_prune.txt was fixed in CL 362754, but we forgot to update the TODO or mark the issue as fixed in the commit message. Updates #48331. Change-Id: Id2115e496aeaef275dd3c8d32c5c5564e6addb07 Reviewed-on: https://go-review.googlesource.com/c/go/+/425485 Run-TryBot: Bryan Mills <bcmills@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Auto-Submit: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
This commit is contained in:
parent
ebbaba2813
commit
72e07dbee0
|
|
@ -11,7 +11,6 @@
|
|||
# If we didn't load the whole graph and didn't load the dependencies of b
|
||||
# when loading p, we would end up loading q v1.0.0, rather than v1.1.0,
|
||||
# which is selected by MVS.
|
||||
# TODO(#48331): We currently load the wrong version of q. Fix this.
|
||||
|
||||
go list -m -f '{{.Version}}' example.com/q
|
||||
stdout '^v1.1.0$'
|
||||
|
|
|
|||
Loading…
Reference in New Issue