Skip to content

Commit 53ed1a5

Browse files
committed
python: fix formatting in compare_test_results.py
1 parent fc46a04 commit 53ed1a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

util/compare_test_results.py

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def identify_test_changes(current_flat, reference_flat):
5555
if status in ("FAIL", "ERROR"):
5656
if test_path in reference_flat:
5757
if reference_flat[test_path] in ("PASS", "SKIP"):
58-
5958
regressions.append(test_path)
6059

6160
# Find fixes (tests that were failing but now passing)

0 commit comments

Comments
 (0)