Skip to content

Commit 03ac8fc

Browse files
committed
fix: Fix coverNew
1 parent 377538f commit 03ac8fc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/Core/ExecutionState.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,6 @@ class ExecutionState {
581581
bool isCoveredNewError() const { return coveredNewError->value; }
582582
void coverNew() const {
583583
coveredNew.push_back(new box<bool>(true));
584-
coveredNewError->value = false;
585584
coveredNewError = new box<bool>(true);
586585
}
587586
void updateCoveredNew() const {

0 commit comments

Comments
 (0)