]> Cypherpunks repositories - gostls13.git/commit
cmd/go: remove TestCoverageUsesActualSettingToOverrideEvenForRace
authorIan Lance Taylor <iant@golang.org>
Fri, 2 Jun 2017 00:49:55 +0000 (17:49 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 2 Jun 2017 04:23:13 +0000 (04:23 +0000)
commit6db87c4faaafebb6cecbb3c02bff67aafdc5d971
tree54e5c1c4f9a42ee97801046f624b2160494cce5d
parentcba4b416719f7019ecc01a02d8efbf0c9c0e5df9
cmd/go: remove TestCoverageUsesActualSettingToOverrideEvenForRace

The test no longer passes as of https://golang.org/cl/43777, which
intentionally disables the feature that this test was checking for.
Nobody noticed since the test is not run in -short mode.

Updates #20435.

Change-Id: I64f37fd94c01f22ead88470b6d9bfe8a151ddb1c
Reviewed-on: https://go-review.googlesource.com/44650
Reviewed-by: Mikio Hara <mikioh.mikioh@gmail.com>
src/cmd/go/go_test.go