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