- "correct" output for claims that are not encountered, as one would
expect.
This commit is contained in:
parent
0f199670d3
commit
bd0069886c
@ -831,6 +831,10 @@ timersPrint (const System sys)
|
|||||||
eprintf ("bounded proof");
|
eprintf ("bounded proof");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
eprintf ("\tcorrect: does not occur");
|
||||||
|
}
|
||||||
eprintf ("\n");
|
eprintf ("\n");
|
||||||
cl_scan = cl_scan->next;
|
cl_scan = cl_scan->next;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user