]> Cypherpunks repositories - gostls13.git/commit
cmd/go: delete TestGoBuildDashA*
authorRuss Cox <rsc@golang.org>
Thu, 12 Jul 2018 04:16:00 +0000 (00:16 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 12 Jul 2018 17:30:14 +0000 (17:30 +0000)
commitbb364d49a9db585534aac965d1068bee0bda3054
tree7e1b78f534e20df1be833de41a48758888dd2d79
parentbecd2a83c7a22c28bb24ac95364171b23a3d27d2
cmd/go: delete TestGoBuildDashA*

The behavior of -a no longer changes depending on which kind
of branch of Go you are using (the new build cache fixed all that).
These tests are not doing anything useful (and failing).

Change-Id: I1c65120a3e05286e888951d61bca4a903e2c1158
Reviewed-on: https://go-review.googlesource.com/123575
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/go_test.go