]> Cypherpunks repositories - gostls13.git/commit
cmd/go: rename renamed testing import
authorRuss Cox <rsc@golang.org>
Tue, 14 May 2019 17:38:15 +0000 (13:38 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 16 May 2019 03:25:00 +0000 (03:25 +0000)
commit0c47e24df8c7066bf92a4acf96ec90f89825f2de
tree20d47192b2389e581de244245726ef222b01c6f2
parent54260c570f1202b992b7b6ee8f837dd717927d24
cmd/go: rename renamed testing import

_go_testing is equally unlikely and much less concerning
than testing_xxxxxxxxxxxx if it appears in an error message
(as it does, for example, in https://storage.googleapis.com/go-build-log/0d543f89/linux-amd64_3467a10e.log).

Change-Id: I45dc3ebe2d3b6c9e53273cd21782ee11a53f5edb
Reviewed-on: https://go-review.googlesource.com/c/go/+/177197
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/internal/load/test.go