diff options
| author | Bryan C. Mills <bcmills@google.com> | 2022-08-25 14:55:00 -0400 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2022-09-14 14:30:53 +0000 |
| commit | 72e07dbee086659833ef560ecce517a183d95b23 (patch) | |
| tree | 9bb7601f5a4f0e02875a7935ac8fcce2e1e1843f /src | |
| parent | ebbaba281393de259b751779185855001876090a (diff) | |
| download | go-72e07dbee086659833ef560ecce517a183d95b23.tar.xz | |
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>
Diffstat (limited to 'src')
| -rw-r--r-- | src/cmd/go/testdata/script/work_prune.txt | 1 |
1 files changed, 0 insertions, 1 deletions
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$' |
