mirror of
https://github.com/Z3Prover/z3
synced 2025-08-06 19:21:22 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6a50f10b8b
commit
18374aa12a
4 changed files with 8 additions and 6 deletions
|
@ -64,7 +64,7 @@ void dl_query_test(ast_manager & m, smt_params & fparams, params_ref& params,
|
|||
ctx_q.updt_params(params);
|
||||
{
|
||||
parser* p = parser::create(ctx_q,m);
|
||||
bool ok = p->parse_file(problem_file);
|
||||
bool ok = p && p->parse_file(problem_file);
|
||||
dealloc(p);
|
||||
if (!ok) {
|
||||
std::cout << "Could not parse: " << problem_file << "\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue