mirror of
https://github.com/Z3Prover/z3
synced 2025-08-09 20:50:50 +00:00
fix test build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4bb0e9b633
commit
c31ad14747
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ void tst_expr_arith(unsigned num_files) {
|
||||||
|
|
||||||
pp.set_logic(symbol("QF_AUFLIA"));
|
pp.set_logic(symbol("QF_AUFLIA"));
|
||||||
std::ostringstream buffer;
|
std::ostringstream buffer;
|
||||||
buffer << "random_arith_" << i << ".smt";
|
buffer << "random_arith_" << i << ".smt2";
|
||||||
std::cout << buffer.str() << "\n";
|
std::cout << buffer.str() << "\n";
|
||||||
std::ofstream file(buffer.str().c_str());
|
std::ofstream file(buffer.str().c_str());
|
||||||
pp.display_smt2(file, e.get());
|
pp.display_smt2(file, e.get());
|
||||||
|
@ -83,7 +83,7 @@ void tst_expr_rand(unsigned num_files) {
|
||||||
|
|
||||||
pp.set_logic(symbol("QF_AUFBV"));
|
pp.set_logic(symbol("QF_AUFBV"));
|
||||||
std::ostringstream buffer;
|
std::ostringstream buffer;
|
||||||
buffer << "random_bv_" << i << ".smt";
|
buffer << "random_bv_" << i << ".smt2";
|
||||||
std::cout << buffer.str() << "\n";
|
std::cout << buffer.str() << "\n";
|
||||||
std::ofstream file(buffer.str().c_str());
|
std::ofstream file(buffer.str().c_str());
|
||||||
pp.display_smt2(file, e.get());
|
pp.display_smt2(file, e.get());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue