Skip to content

Commit 4140e14

Browse files
rpatel321jh7370
andauthored
Add full stop to comment
Co-authored-by: James Henderson <[email protected]>
1 parent 17f4900 commit 4140e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/lit/lit/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def main(builtin_params={}):
138138

139139
tests_for_report = selected_tests if opts.shard else discovered_tests
140140
if opts.report_failures_only:
141-
# Only report tests that failed
141+
# Only report tests that failed.
142142
tests_for_report = [t for t in tests_for_report if t.isFailure()]
143143

144144
for report in opts.reports:

0 commit comments

Comments
 (0)