]> granicus.if.org Git - icu/commitdiff
ICU-10273 fix compilation failure in test- need LL for long long
authorSteven R. Loomis <srl@icu-project.org>
Thu, 12 Sep 2013 05:49:49 +0000 (05:49 +0000)
committerSteven R. Loomis <srl@icu-project.org>
Thu, 12 Sep 2013 05:49:49 +0000 (05:49 +0000)
X-SVN-Rev: 34284

icu4c/source/test/intltest/dcfmapts.cpp

index b439c86e2b7b29c10424899f9d5a8b9177f5214a..bdfce6b0575b3fb5ae07fd65613d19f8da05044c 100644 (file)
@@ -747,7 +747,7 @@ void IntlTestDecimalFormatAPI::TestFixedDecimal() {
     ASSERT_EQUAL(2, fd.visibleDecimalDigitCount);
     ASSERT_EQUAL(30, fd.decimalDigits);
     ASSERT_EQUAL(3, fd.decimalDigitsWithoutTrailingZeros);
-    ASSERT_EQUAL(100000000000000000, fd.intValue);
+    ASSERT_EQUAL(100000000000000000LL, fd.intValue);
     ASSERT_EQUAL(FALSE, fd.hasIntegerValue);
     ASSERT_EQUAL(FALSE, fd.isNegative);