mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 20:33:38 +00:00
fixed GCC build issue in tests
This commit is contained in:
parent
df2a569d25
commit
79f1d7b4d4
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ static void test_at_most1() {
|
||||||
for (unsigned i = 0; i < 5; ++i) {
|
for (unsigned i = 0; i < 5; ++i) {
|
||||||
in.push_back(m.mk_fresh_const("a",m.mk_bool_sort()));
|
in.push_back(m.mk_fresh_const("a",m.mk_bool_sort()));
|
||||||
}
|
}
|
||||||
in[4] = in[3];
|
in[4] = in[3].get();
|
||||||
|
|
||||||
ast_ext2 ext(m);
|
ast_ext2 ext(m);
|
||||||
psort_nw<ast_ext2> sn(ext);
|
psort_nw<ast_ext2> sn(ext);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue