Extend tidy alphabetical checking to tests/.

This is desired for #118702.
This commit is contained in:
Nicholas Nethercote 2023-12-08 21:02:22 +11:00
parent 7a34091eed
commit 5d16c5423c

View File

@ -132,6 +132,7 @@ macro_rules! check {
check!(edition, &library_path);
check!(alphabetical, &src_path);
check!(alphabetical, &tests_path);
check!(alphabetical, &compiler_path);
check!(alphabetical, &library_path);