mirror of
https://github.com/Z3Prover/z3
synced 2025-05-31 11:21:31 +00:00
build fix
This commit is contained in:
parent
84172302a2
commit
ed5137ffd2
1 changed files with 16 additions and 16 deletions
|
@ -200,7 +200,7 @@ static void test_sorting_eq(unsigned n, unsigned k) {
|
|||
// equality:
|
||||
std::cout << "eq " << k << "\n";
|
||||
solver.push();
|
||||
result = sn.eq(k, in.size(), in.c_ptr());
|
||||
result = sn.eq(true, k, in.size(), in.c_ptr());
|
||||
solver.assert_expr(result);
|
||||
for (unsigned i = 0; i < ext.m_clauses.size(); ++i) {
|
||||
solver.assert_expr(ext.m_clauses[i].get());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue