diff --git a/src/test/smt2print_parse.cpp b/src/test/smt2print_parse.cpp index ffedf7d88..83920cabd 100644 --- a/src/test/smt2print_parse.cpp +++ b/src/test/smt2print_parse.cpp @@ -322,8 +322,8 @@ void tst_smt2print_parse() { // Test ? test_repeated_eval(); - //test_ho_curried_application(); - //test_ho_choice_expression(); + test_ho_curried_application(); + test_ho_choice_expression(); test_symbol_escape();