Skip to content
Snippets Groups Projects
Commit 3ef91592 authored by jklooste's avatar jklooste
Browse files

Only update old counterexamples when it changes.

parent 33a663f7
No related branches found
No related tags found
No related merge requests found
......@@ -106,8 +106,8 @@ void PassthroughDetector::periodicDump() {
auto ce = counterExamples();
if (ce != prevCounterExamples_) {
dumpToFile(ce);
prevCounterExamples_ = ce;
}
prevCounterExamples_ = ce;
numCalls_ = 0;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment