3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00

fix the test build

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-06-12 13:13:34 -07:00
parent 06826adec3
commit 66701de157

View file

@ -883,7 +883,7 @@ public:
}
lar_solver * create_lar_solver() {
lar_solver * solver = new lar_solver([](unsigned, unsigned) { });
lar_solver * solver = new lar_solver();
fill_lar_solver(solver);
return solver;
}