X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/57a6839dcb3bba09e8228b822b290604668416fe..2ca993e82fb37b597a3c73ecd1586a139a6579c5:/icuSources/test/letest/cletest.c diff --git a/icuSources/test/letest/cletest.c b/icuSources/test/letest/cletest.c index ca4e96d5..209337e0 100644 --- a/icuSources/test/letest/cletest.c +++ b/icuSources/test/letest/cletest.c @@ -7,6 +7,8 @@ ******************************************************************************* */ +#ifndef USING_ICULEHB /* C API not available under HB */ + #include "unicode/utypes.h" #include "unicode/ubidi.h" #include "unicode/uscript.h" @@ -742,3 +744,4 @@ U_CFUNC void addCTests(TestNode **root) } +#endif