mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 04:43:39 +00:00
Merge pull request #1559 from cocreature/print-success-declare-datatype
Fix buffering issue in print_success for declare-datatype
This commit is contained in:
commit
852f1b87dc
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