1
0
mirror of https://github.com/golang/go synced 2024-11-18 09:24:54 -07:00

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:
Bryan C. Mills 2022-08-25 14:55:00 -04:00 committed by Gopher Robot
parent ebbaba2813
commit 72e07dbee0

View File

@ -11,7 +11,6 @@
# If we didn't load the whole graph and didn't load the dependencies of b # 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, # when loading p, we would end up loading q v1.0.0, rather than v1.1.0,
# which is selected by MVS. # 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 go list -m -f '{{.Version}}' example.com/q
stdout '^v1.1.0$' stdout '^v1.1.0$'