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 2018-12-09 12:56:21 -08:00
parent 559f57470e
commit 604e5dd0bb
3 changed files with 34 additions and 19 deletions

View file

@ -501,7 +501,7 @@ br_status seq_rewriter::mk_app_core(func_decl * f, unsigned num_args, expr * con
case _OP_STRING_STRIDOF:
UNREACHABLE();
}
TRACE("seq", tout << result << "\n";);
CTRACE("seq", st != BR_FAILED, tout << result << "\n";);
return st;
}