Skip to content

Commit f45d48c

Browse files
authored
Remove find_unused_test_files.py. NFC (#26385)
Somewhat surprisingly I ended up writing the same script twice here. This change deletes one of them and updates the other little.
1 parent 20a6278 commit f45d48c

2 files changed

Lines changed: 6 additions & 47 deletions

File tree

tools/maint/check_for_unused_test_files.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,14 @@
2727
ignore_root_patterns = ['runner.*', 'test_*.py']
2828
ignore_root_files = {
2929
'check_clean.py',
30+
'decorators.py',
3031
'jsrun.py',
3132
'clang_native.py',
33+
'line_endings.py',
34+
'single_line_runner.py',
35+
'color_runner.py',
36+
'retryable_unittest.py',
37+
'browser_common.py',
3238
'common.py',
3339
'parallel_testsuite.py',
3440
'parse_benchmark_output.py',

tools/maint/find_unused_test_files.py

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)