mirror of
https://github.com/Z3Prover/z3
synced 2026-05-25 19:36:20 +00:00
Address TPTP review feedback
Agent-Logs-Url: https://github.com/Z3Prover/z3/sessions/ca1df142-d992-4e45-a8b3-859fa70a5222 Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
5ea9f284eb
commit
1947446736
2 changed files with 20 additions and 15 deletions
|
|
@ -1693,7 +1693,7 @@ class tptp_parser {
|
|||
}
|
||||
catch (z3_exception const& ex) {
|
||||
std::ostringstream out;
|
||||
out << "invalid formula '" << formula_name << "': " << ex.what();
|
||||
out << "semantic error in formula '" << formula_name << "': " << ex.what();
|
||||
throw parse_error(out.str());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue