mirror of
https://github.com/golang/go
synced 2024-11-05 14:56:10 -07:00
internal/imports: re-enable TestStdlibNotPrefixed
Vendor mode is fully supported now and I forgot to revert this. Change-Id: I2a5b69818944e87cfb85e00f0486ffb3754fe6a6 Reviewed-on: https://go-review.googlesource.com/c/tools/+/203280 Run-TryBot: Heschi Kreinick <heschi@google.com> Reviewed-by: Rebecca Stambler <rstambler@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
377bdac4e7
commit
dc9d807def
@ -1544,7 +1544,6 @@ func TestFindStdlib(t *testing.T) {
|
||||
|
||||
// https://golang.org/issue/31814
|
||||
func TestStdlibNotPrefixed(t *testing.T) {
|
||||
t.Skip("'go list -m -mod=vendor' currently not allowed: see golang.org/issue/34826")
|
||||
const input = `package p
|
||||
var _ = bytes.Buffer
|
||||
`
|
||||
|
Loading…
Reference in New Issue
Block a user