1
0
mirror of https://github.com/golang/go synced 2024-11-05 17:46:16 -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:
Heschi Kreinick 2019-10-24 21:08:50 +00:00
parent 377bdac4e7
commit dc9d807def

View File

@ -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
`