3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-27 10:23:00 -07:00
parent 352f4b5b37
commit f8dcaa8885
3 changed files with 4 additions and 3 deletions

View file

@ -1800,7 +1800,7 @@ static void track_id(ast* n, unsigned id) {
if (n->get_id() != id) return;
++s_count;
std::cout << s_count << "\n";
// SASSERT(s_count != 7);
//SASSERT(s_count != 23);
}
#endif