mirror of
https://github.com/Z3Prover/z3
synced 2026-07-15 03:25:43 +00:00
Refine regression test naming for recfun minimize case
This commit is contained in:
parent
22c04f8251
commit
f698c99a08
1 changed files with 2 additions and 2 deletions
|
|
@ -193,7 +193,7 @@ void test_ho_choice_expression() {
|
||||||
Z3_del_context(ctx);
|
Z3_del_context(ctx);
|
||||||
}
|
}
|
||||||
|
|
||||||
void test_optimize_recfun_minimize_no_canceled_error() {
|
void test_minimize_recfun_regression() {
|
||||||
char const* spec =
|
char const* spec =
|
||||||
"(declare-const bound Int)\n"
|
"(declare-const bound Int)\n"
|
||||||
"(declare-const a Int)\n"
|
"(declare-const a Int)\n"
|
||||||
|
|
@ -349,7 +349,7 @@ void tst_smt2print_parse() {
|
||||||
test_repeated_eval();
|
test_repeated_eval();
|
||||||
test_ho_curried_application();
|
test_ho_curried_application();
|
||||||
test_ho_choice_expression();
|
test_ho_choice_expression();
|
||||||
test_optimize_recfun_minimize_no_canceled_error();
|
test_minimize_recfun_regression();
|
||||||
|
|
||||||
test_symbol_escape();
|
test_symbol_escape();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue