]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go/testdata/script: remove reference to fixed issue
authorBryan C. Mills <bcmills@google.com>
Thu, 25 Aug 2022 18:55:00 +0000 (14:55 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 14 Sep 2022 14:30:53 +0000 (14:30 +0000)
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>
src/cmd/go/testdata/script/work_prune.txt

index 7e2ae4e6ce4ba31e98d2e26c2fc736d5ef79e004..b1f569e8ae426ae4171d7b2dcd861d56e92f7a4d 100644 (file)
@@ -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$'