Skip to content

Commit b6179fb

Browse files
committed
Fixup
1 parent ea8aee5 commit b6179fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/lit/lit/display.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def print_result(self, test):
122122
if (
123123
test.result.max_allowed_attempts is not None
124124
and test.result.max_allowed_attempts > 1
125-
) and test.result.attempts > 0:
125+
) and test.result.attempts > 1:
126126
extra_info = f", {test.result.attempts} of {test.result.max_allowed_attempts} attempts"
127127

128128
print(

0 commit comments

Comments
 (0)