Skip to content

Commit

Permalink
added ConstantBoundsLog to validator testOverviewLogFile
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMirzayanov committed Jan 17, 2024
1 parent da59e0d commit 269931f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -2414,7 +2414,7 @@ struct ConstantBound {
value = "";
}
}
};
}

bool has_value() {
return !value.empty() && !broken && value.length() < 32;
Expand Down

0 comments on commit 269931f

Please sign in to comment.