Skip to content

Commit

Permalink
internal/imports: re-enable TestStdlibNotPrefixed
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Rebecca Stambler <[email protected]>
TryBot-Result: Gobot Gobot <[email protected]>
  • Loading branch information
heschi committed Oct 24, 2019
1 parent 377bdac commit dc9d807
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/imports/fix_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
`
Expand Down

0 comments on commit dc9d807

Please sign in to comment.