]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix TestGoGetDashTIssue8181
authorRuss Cox <rsc@golang.org>
Thu, 3 Nov 2016 01:52:27 +0000 (21:52 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 3 Nov 2016 16:02:19 +0000 (16:02 +0000)
commit3ce46e3e9c25d6234f49ab483300e538c65089d0
tree53d0bb9f32275b22334f428b5cf1c2ccfc570513
parent9efcdd4e694789646e7de79dfbd8c7636803785a
cmd/go: fix TestGoGetDashTIssue8181

The test case was importing golang.org/x/build/cmd/cl,
which is a package main and cannot be imported.
The test case (stored in a separate repo) has been changed
to import golang.org/x/build/gerrit. Update the test accordingly.

Fixes #17702.

Change-Id: I80e150092111b5a04bb00c992b32edb271edb086
Reviewed-on: https://go-review.googlesource.com/32616
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/go_test.go