mirror of
https://github.com/Z3Prover/z3
synced 2025-08-06 19:21:22 +00:00
Fix buffering issue in print_success for declare-datatype
This commit is contained in:
parent
21a3b9c8e2
commit
6b38edf102
1 changed files with 2 additions and 1 deletions
|
@ -949,8 +949,9 @@ namespace smt2 {
|
||||||
check_duplicate(d, line, pos);
|
check_duplicate(d, line, pos);
|
||||||
|
|
||||||
d->commit(pm());
|
d->commit(pm());
|
||||||
check_rparen_next("invalid end of datatype declaration, ')' expected");
|
check_rparen("invalid end of datatype declaration, ')' expected");
|
||||||
m_ctx.print_success();
|
m_ctx.print_success();
|
||||||
|
next();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue