Skip to content

Commit 7459872

Browse files
committed
depstest: add messageformat2_evaluation.o to ignore list (for spurious reference to std::exception)
1 parent 5343da5 commit 7459872

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

icu4c/source/test/depstest/depstest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ def _ReadLibrary(root_path, library_name):
123123
("i18n/messageformat2_data_model.o", "typeinfo for std::exception"),
124124
("i18n/messageformat2_data_model.o", "vtable for std::exception"),
125125
("i18n/messageformat2_data_model.o", "std::exception::~exception()"),
126+
("i18n/messageformat2_evaluation.o", "typeinfo for std::exception"),
127+
("i18n/messageformat2_evaluation.o", "vtable for std::exception"),
128+
("i18n/messageformat2_evaluation.o", "std::exception::~exception()"),
126129
("i18n/messageformat2_formattable.o", "typeinfo for std::exception"),
127130
("i18n/messageformat2_formattable.o", "vtable for std::exception"),
128131
("i18n/messageformat2_formattable.o", "std::exception::~exception()"),

0 commit comments

Comments
 (0)