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:
parent
500b756911
commit
8e742d2639
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue