3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-02-26 15:50:42 -08:00
parent 11199619a5
commit d8423a4b46

View file

@ -352,7 +352,7 @@ eautomaton* re2automaton::re2aut(expr* e) {
TRACE("seq", display_expr1 disp(m); a->display(tout << "a:", disp); b->display(tout << "b:", disp); r->display(tout << "intersection:", disp););
return r;
}
else {
else {
TRACE("seq", tout << "not handled " << mk_pp(e, m) << "\n";);
}