ICU-10273 fix compilation failure in test- need LL for long long

X-SVN-Rev: 34284
This commit is contained in:
Steven R. Loomis 2013-09-12 05:49:49 +00:00
parent 30feb0c56b
commit b258b9a07b

View 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);