]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.4] go/build: build $GOOS_test.go always
authorRuss Cox <rsc@golang.org>
Tue, 25 Nov 2014 03:00:01 +0000 (22:00 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 25 Nov 2014 03:00:01 +0000 (22:00 -0500)
commitd3ae115c4147bc18ada612ce63760eae8d1be359
tree2253cd4edcff117be7e11f2cd54251847fbb40ce
parent738ccf32d932f300244ebf5a11625c29c0978bf3
[release-branch.go1.4] go/build: build $GOOS_test.go always

««« CL 176290043 / 8025b7d1e6c9
go/build: build $GOOS_test.go always

We decided to build $GOOS.go always
but forgot to test $GOOS_test.go.

Fixes #9159.

LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/176290043
»»»

LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/182740043
src/go/build/build.go
src/go/build/build_test.go