mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 16:25:48 +00:00
fix bugs reported by Filip Konecny <filip.konecny@epfl.ch> in PDR
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
780ad7cc17
commit
83add2bd9b
14 changed files with 176 additions and 34 deletions
|
@ -1159,7 +1159,7 @@ namespace smt2 {
|
|||
m_num_expr_frames++;
|
||||
unsigned num_vars = parse_sorted_vars();
|
||||
if (num_vars == 0)
|
||||
throw parser_exception("invalied quantifier, list of sorted variables is empty");
|
||||
throw parser_exception("invalid quantifier, list of sorted variables is empty");
|
||||
}
|
||||
|
||||
symbol parse_indexed_identifier_core() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue