ICU-22716 Turn on message_formatter_fuzzer

This commit is contained in:
Frank Tang 2024-09-11 23:43:36 -07:00 committed by Frank Yung-Fong Tang
parent fd8a552527
commit 70caba0027

View file

@ -43,6 +43,7 @@ FUZZER_TARGETS = \
dtfmtsym_fuzzer \
list_format_fuzzer locale_fuzzer \
locale_morph_fuzzer \
message_formatter_fuzzer \
normalizer2_fuzzer \
number_format_fuzzer \
number_formatter_fuzzer \
@ -62,8 +63,6 @@ FUZZER_TARGETS = \
uprop_fuzzer \
uregex_open_fuzzer \
uregex_match_fuzzer \
# Temporary comment out the following until we fix the out-of-memory problem.
# message_formatter_fuzzer \
OBJECTS = $(FUZZER_TARGETS:%=%.o)