Skip to content

Commit 5d16c54

Browse files
committed
Extend tidy alphabetical checking to tests/.
This is desired for #118702.
1 parent 7a34091 commit 5d16c54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/tidy/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ fn main() {
132132
check!(edition, &library_path);
133133

134134
check!(alphabetical, &src_path);
135+
check!(alphabetical, &tests_path);
135136
check!(alphabetical, &compiler_path);
136137
check!(alphabetical, &library_path);
137138

0 commit comments

Comments
 (0)