X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/ba6d6ed23dec08b1cd5700a128c0752491c10ac9..51004dcb01e06fef634b61be77ed73dd61cb6db9:/icuSources/test/intltest/regextst.cpp diff --git a/icuSources/test/intltest/regextst.cpp b/icuSources/test/intltest/regextst.cpp index 1e197a90..66a26fbe 100644 --- a/icuSources/test/intltest/regextst.cpp +++ b/icuSources/test/intltest/regextst.cpp @@ -309,7 +309,7 @@ void RegexTest::assertUTextInvariant(const char *expected, UText *actual, const #define INV_BUFSIZ 2048 /* increase this if too small */ -static int32_t inv_next=0; +static int64_t inv_next=0; #if U_CHARSET_FAMILY!=U_ASCII_FAMILY static char inv_buf[INV_BUFSIZ];