3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-14 19:15:41 +00:00

Move foldl regression test invocation

This commit is contained in:
copilot-swe-agent[bot] 2026-07-13 21:40:20 +00:00 committed by GitHub
parent bc9d35567f
commit 500b756911
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -116,7 +116,6 @@ void tst_seq_rewriter() {
rw(e);
std::cout << "empty range lo>hi: " << mk_pp(e, m) << "\n";
ENSURE(su.re.is_empty(e));
test_seq_foldl_scalar_model_validation();
}
// -----------------------------------------------------------------------
@ -128,6 +127,7 @@ void tst_seq_rewriter() {
std::cout << "singleton range: " << mk_pp(e, m) << "\n";
expr* inner = nullptr;
ENSURE(su.re.is_to_re(e, inner));
test_seq_foldl_scalar_model_validation();
}
// -----------------------------------------------------------------------