Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
all: rename Example test functions to prevent vet errors
Building x/text was being prevented by vet errors caused by Example test functions of the form ExampleXxx where Xxx was not an identifier declared in the package. This is corrected by renaming: ExampleCollator_Strings to ExampleCollator_strings in text/collate ExampleDecodeWindows1252 to Example_decodeWindows1252 in text/encoding ExampleSelect to ExampleSelectf in text/feature/plural Fixes golang/go#68967 Change-Id: Id584a518af766676ab44fc49c12160e36f66542a Reviewed-on: https://go-review.googlesource.com/c/text/+/606736 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Tim King <taking@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com>
- Loading branch information