mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-22716 Turn on message_formatter_fuzzer
This commit is contained in:
parent
fd8a552527
commit
70caba0027
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue