mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 02:42:02 +00:00
fix #6680
This commit is contained in:
parent
ccc4f2d382
commit
58a2a9c79c
1 changed files with 2 additions and 2 deletions
|
@ -372,7 +372,7 @@ namespace smt2 {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
catch (scanner_exception & ex) {
|
catch (scanner_exception & ex) {
|
||||||
SASSERT(ex.has_pos());
|
if (ex.has_pos())
|
||||||
error(ex.line(), ex.pos(), ex.msg());
|
error(ex.line(), ex.pos(), ex.msg());
|
||||||
++num_errors;
|
++num_errors;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue