mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 21:38:44 +00:00
remove limiting error mode #6600
This commit is contained in:
parent
755b517001
commit
4aa05b2b57
|
@ -2640,8 +2640,6 @@ namespace smt2 {
|
|||
check_lparen_next("invalid get-value command, '(' expected");
|
||||
while (!curr_is_rparen()) {
|
||||
parse_expr();
|
||||
if (!is_ground(expr_stack().back()))
|
||||
throw cmd_exception("invalid get-value term, term must be ground and must not contain quantifiers");
|
||||
m_cached_strings.push_back(m_scanner.cached_str(cache_it, m_cache_end));
|
||||
cache_it = m_cache_end;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue