Skip to content

Commit

Permalink
ICU-22908 MF2: Finish updating spec tests and implement required test…
Browse files Browse the repository at this point in the history
… functions

Add exception to dependency checker script
  • Loading branch information
catamorphism committed Sep 27, 2024
1 parent 38500d3 commit 980b04e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions icu4c/source/test/depstest/depstest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()"),
Expand Down

0 comments on commit 980b04e

Please sign in to comment.