3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-15 03:25:43 +00:00

Place foldl regression test at top level

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

View file

@ -127,7 +127,6 @@ 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();
}
// -----------------------------------------------------------------------
@ -319,6 +318,7 @@ void tst_seq_rewriter() {
}
test_seq_foldl_nth_model_validation();
test_seq_foldl_scalar_model_validation();
std::cout << "tst_seq_rewriter: all tests passed\n";
}