]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/mvs: test a downgrade where the target explicitly requires itself
authorBryan C. Mills <bcmills@google.com>
Sat, 31 Oct 2020 01:47:32 +0000 (21:47 -0400)
committerBryan C. Mills <bcmills@google.com>
Thu, 5 Nov 2020 16:47:29 +0000 (16:47 +0000)
commit4a3339223c82b6d184d2fd990b996ed0b365653c
tree4d7cc06ee009d09e8106f9a8af19d076bad570fe
parent0c861724a05009a75eaa2a3f187101bd13a583b5
cmd/go/internal/mvs: test a downgrade where the target explicitly requires itself

Also clean up the test assertions, and add a check for assertions
missing function invocations (there was one).

For #37438

Change-Id: Iafbfeae2c25217eac894181e01480b25b7cffbd4
Reviewed-on: https://go-review.googlesource.com/c/go/+/266859
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Michael Matloob <matloob@golang.org>
src/cmd/go/internal/mvs/mvs.go
src/cmd/go/internal/mvs/mvs_test.go