From 980b04e90bf048278e53c295ad7d104df91605e8 Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Wed, 25 Sep 2024 16:43:05 -0700 Subject: [PATCH] ICU-22908 MF2: Finish updating spec tests and implement required test functions Add exception to dependency checker script --- icu4c/source/test/depstest/depstest.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/icu4c/source/test/depstest/depstest.py b/icu4c/source/test/depstest/depstest.py index fba45a079815..f993308fbd38 100755 --- a/icu4c/source/test/depstest/depstest.py +++ b/icu4c/source/test/depstest/depstest.py @@ -123,6 +123,9 @@ def _ReadLibrary(root_path, library_name): ("i18n/messageformat2_data_model.o", "typeinfo for std::exception"), ("i18n/messageformat2_data_model.o", "vtable for std::exception"), ("i18n/messageformat2_data_model.o", "std::exception::~exception()"), + ("i18n/messageformat2_evaluation.o", "typeinfo for std::exception"), + ("i18n/messageformat2_evaluation.o", "vtable for std::exception"), + ("i18n/messageformat2_evaluation.o", "std::exception::~exception()"), ("i18n/messageformat2_formattable.o", "typeinfo for std::exception"), ("i18n/messageformat2_formattable.o", "vtable for std::exception"), ("i18n/messageformat2_formattable.o", "std::exception::~exception()"),