aboutsummaryrefslogtreecommitdiff
path: root/projects/icu
diff options
context:
space:
mode:
authorgnrunge <41129501+gnrunge@users.noreply.github.com>2019-02-13 15:04:57 -0800
committerjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2019-02-13 15:04:57 -0800
commit6dbcafae6fb20c053228c5e9b0f2c60632749434 (patch)
tree51c7fa5df199872844f1378b662102a8d36e04f3 /projects/icu
parent4db22401aa06348273dfa60b7c79dc7b18f954a3 (diff)
downloadoss-fuzz-6dbcafae6fb20c053228c5e9b0f2c60632749434.tar.gz
Removes break_iterator_utf32_fuzzer target from build script. The target (#2160)
will be removed in ICU.
Diffstat (limited to 'projects/icu')
-rwxr-xr-xprojects/icu/build.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/icu/build.sh b/projects/icu/build.sh
index 4f90cb000..cd8b6680b 100755
--- a/projects/icu/build.sh
+++ b/projects/icu/build.sh
@@ -37,7 +37,6 @@ $CXX $CXXFLAGS -std=c++11 -c $SRC/icu/icu4c/source/test/fuzzer/locale_util.cc \
-I$SRC/icu4c/source/test/fuzzer
FUZZERS="break_iterator_fuzzer \
- break_iterator_utf32_fuzzer \
converter_fuzzer \
locale_fuzzer \
number_format_fuzzer \