]> Cypherpunks repositories - gostls13.git/commit
Revert "cmd/go: convert TestShadowingLogic to the script framework"
authorMichael Matloob <matloob@golang.org>
Thu, 20 Feb 2020 00:30:48 +0000 (00:30 +0000)
committerMichael Matloob <matloob@golang.org>
Thu, 20 Feb 2020 00:34:12 +0000 (00:34 +0000)
commit06fa4c9589d5fec17cb507c471d57d6338afae74
treee57753ad98ece51fa2c033c6d924c48c42f046d7
parent8fa2b6dcde6008c107c097e44eb0ee94a2a8af3d
Revert "cmd/go: convert TestShadowingLogic to the script framework"

This reverts commit 8fa2b6dcde6008c107c097e44eb0ee94a2a8af3d.

Reason for revert: broke the build

Change-Id: Iae703b1b3dad6b363f57541641357eabca45e9e4
Reviewed-on: https://go-review.googlesource.com/c/go/+/220217
Reviewed-by: Robert Griesemer <gri@golang.org>
src/cmd/go/go_test.go
src/cmd/go/testdata/script/list_shadow.txt [deleted file]
src/cmd/go/testdata/shadow/root1/src/foo/foo.go [new file with mode: 0644]
src/cmd/go/testdata/shadow/root1/src/math/math.go [new file with mode: 0644]
src/cmd/go/testdata/shadow/root2/src/foo/foo.go [new file with mode: 0644]