Skip to content

Commit dc29c29

Browse files
authored
Update equivalence.py
1 parent 7f65272 commit dc29c29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

codeflash/verification/equivalence.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ def compare_test_results(original_results: TestResults, candidate_results: TestR
7070
are_equal = False
7171
break
7272

73-
# TODO: add more tests, regression and replay
7473
if original_test_result.test_type in {TestType.EXISTING_UNIT_TEST, TestType.CONCOLIC_COVERAGE_TEST, TestType.GENERATED_REGRESSION, TestType.REPLAY_TEST} and (
7574
cdd_test_result.did_pass != original_test_result.did_pass
7675
):

0 commit comments

Comments
 (0)