]> Cypherpunks repositories - gostls13.git/commit
cmd/go: allow a package that ends with _test having an internal test package
authorRyan Leung <rleungx@gmail.com>
Mon, 22 Nov 2021 02:41:07 +0000 (02:41 +0000)
committerBryan C. Mills <bcmills@google.com>
Mon, 22 Nov 2021 22:35:55 +0000 (22:35 +0000)
commit11972353a67456d776cf891a9e46873e8a1fe630
tree1a2a8ed1e90e442f65008d99281bef8cbffdb4e9
parent100d7ea50dbe601164f428f5e4203be7727093f9
cmd/go: allow a package that ends with _test having an internal test package

Fixes #45477

Change-Id: I2f1ed281515ec40d31fd07ce9f4901777691bfa7
GitHub-Last-Rev: 7894d9400c95b8d84efe88f401fa75c3dd01921a
GitHub-Pull-Request: golang/go#49673
Reviewed-on: https://go-review.googlesource.com/c/go/+/365534
Trust: Heschi Kreinick <heschi@google.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
src/cmd/go/testdata/script/test_issue45477.txt [new file with mode: 0644]
src/go/build/build.go