3
0
Fork 0
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:
copilot-swe-agent[bot] 2026-07-04 20:27:10 +00:00 committed by GitHub
parent 22c04f8251
commit f698c99a08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();