]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/regextst.cpp
ICU-511.25.tar.gz
[apple/icu.git] / icuSources / test / intltest / regextst.cpp
index 1e197a90e45b89608bf8ed8f045b9c3929be2e3a..66a26fbef37d1854f7403f6755a5949e19dbd493 100644 (file)
@@ -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];