mirror of
https://github.com/Z3Prover/z3
synced 2025-08-10 21:20:52 +00:00
fix test build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d24a642ae0
commit
727929c9af
2 changed files with 4 additions and 3 deletions
|
@ -34,7 +34,8 @@ void tst_sat_lookahead(char ** argv, int argc, int& i) {
|
|||
std::cerr << "(error \"failed to open file '" << file_name << "'\")" << std::endl;
|
||||
exit(ERR_OPEN_FILE);
|
||||
}
|
||||
parse_dimacs(in, solver);
|
||||
if (!parse_dimacs(in, std::cerr, solver))
|
||||
return;
|
||||
}
|
||||
|
||||
sat::lookahead lh(solver);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue