diff --git a/static_core/plugins/ets/tests/checked/CMakeLists.txt b/static_core/plugins/ets/tests/checked/CMakeLists.txt index cc4a8496e2d7f84f5bdbcf554138fca9408c4d59..520ebd21f8aeace0034cc7dd1345029a3312c97c 100644 --- a/static_core/plugins/ets/tests/checked/CMakeLists.txt +++ b/static_core/plugins/ets/tests/checked/CMakeLists.txt @@ -86,7 +86,7 @@ function(panda_add_checked_test_ets) endif() set(OPTIONS "--load-runtimes=ets" "--run-gc-in-place" "--coroutine-workers-count=1" "--boot-panda-files=${BOOT_PANDA_FILES}") - set(ES2PANDA_OPTIONS --thread=0 --extension=ets) + set(ES2PANDA_OPTIONS --thread=0 --extension=ets --opt-try-catch-func=true) if (NOT PANDA_CI_TESTING_MODE STREQUAL "Nightly") set (OPTIONS ${OPTIONS} "--compiler-check-final=true") endif()