From: Bryan C. Mills Date: Thu, 25 Aug 2022 18:55:00 +0000 (-0400) Subject: cmd/go/testdata/script: remove reference to fixed issue X-Git-Tag: go1.20rc1~1060 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=72e07dbee086659833ef560ecce517a183d95b23;p=gostls13.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 Reviewed-by: Dmitri Shuralyov Auto-Submit: Bryan Mills TryBot-Result: Gopher Robot Reviewed-by: Dmitri Shuralyov --- diff --git a/src/cmd/go/testdata/script/work_prune.txt b/src/cmd/go/testdata/script/work_prune.txt index 7e2ae4e6ce..b1f569e8ae 100644 --- a/src/cmd/go/testdata/script/work_prune.txt +++ b/src/cmd/go/testdata/script/work_prune.txt @@ -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$'