3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00

fixed GCC build issue in tests

This commit is contained in:
Christoph M. Wintersteiger 2016-10-24 15:27:47 +01:00
parent df2a569d25
commit 79f1d7b4d4

View file

@ -416,7 +416,7 @@ static void test_at_most1() {
for (unsigned i = 0; i < 5; ++i) {
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);
psort_nw<ast_ext2> sn(ext);