Skip to content

Commit b2ec0f5

Browse files
Update Lib/test/libregrtest/findtests.py
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent 6b6addf commit b2ec0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/libregrtest/findtests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def _list_cases(suite):
7171

7272
def list_cases(tests, *, test_dir: str,
7373
match_tests: FilterTuple | None = None,
74-
ignore_tests: FilterTuple | None = None):
74+
ignore_tests: FilterTuple | None = None) -> None:
7575
support.verbose = False
7676
support.set_match_tests(match_tests, ignore_tests)
7777

0 commit comments

Comments
 (0)