mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-10273 fix compilation failure in test- need LL for long long
X-SVN-Rev: 34284
This commit is contained in:
parent
30feb0c56b
commit
b258b9a07b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue