]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix build
authorRuss Cox <rsc@golang.org>
Wed, 15 Jul 2015 04:51:24 +0000 (00:51 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 15 Jul 2015 05:05:52 +0000 (05:05 +0000)
commit7126da2fd5c922ea2dd4ba3fe5578aa1e17ce510
treeba94b6041436d0541aa0d232034fb8aa56379ec0
parent2f54de0df8cf362a4ffd374e2eb752b0c57115d5
cmd/go: fix build

Failures noted by dashboard.

Change-Id: I22f90120c6687b64b9efff9df7a7fa8f26d24bac
Reviewed-on: https://go-review.googlesource.com/12207
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/go/build.go
src/cmd/go/go_test.go
src/cmd/go/testdata/src/testdep/p1/p1.go [new file with mode: 0644]
src/cmd/go/testdata/src/testdep/p1/p1_test.go [new file with mode: 0644]
src/cmd/go/testdata/src/testdep/p2/p2.go [new file with mode: 0644]
src/cmd/go/testdata/src/testdep/p3/p3.go [new file with mode: 0644]