Skip to content

Commit

Permalink
fix: Fix coverNew
Browse files Browse the repository at this point in the history
  • Loading branch information
misonijnik committed Dec 3, 2024
1 parent 377538f commit 03ac8fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Core/ExecutionState.h
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,6 @@ class ExecutionState {
bool isCoveredNewError() const { return coveredNewError->value; }
void coverNew() const {
coveredNew.push_back(new box<bool>(true));
coveredNewError->value = false;
coveredNewError = new box<bool>(true);
}
void updateCoveredNew() const {
Expand Down

0 comments on commit 03ac8fc

Please sign in to comment.