]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix test import dependency bug
authorRuss Cox <rsc@golang.org>
Fri, 2 Mar 2012 16:27:36 +0000 (11:27 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 2 Mar 2012 16:27:36 +0000 (11:27 -0500)
commitd08a8848bb0833cfe0dcf6f0fcc3e9f0c1b05e10
treee7701a66e6c72777f9519d5aa4ba60933f1e04ed
parent11e7eabb7ec76cd1ba43058234627fa938ff9b48
cmd/go: fix test import dependency bug

Fixes a problem Rob is having with goprotobuf.
Cannot add a test because the same case is more broken
when using ./ imports.  That still needs to be fixed,
and is one aspect of issue 3169.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5725043
src/cmd/go/build.go
src/cmd/go/pkg.go
src/cmd/go/test.go