mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 23:10:40 +00:00
ICU-813 numformat test fix
X-SVN-Rev: 13557
This commit is contained in:
parent
c7674d6753
commit
fbcedaebe2
1 changed files with 2 additions and 2 deletions
|
@ -454,8 +454,8 @@ NumberFormatTest::TestInt64() {
|
|||
}
|
||||
dl.set(int64Value);
|
||||
int64Value = dl.getInt64();
|
||||
if (int64Value != -int64max) {
|
||||
errln(fail + "-" + int64maxstr);
|
||||
if (int64Value != int64min) {
|
||||
errln(fail + int64minstr);
|
||||
}
|
||||
}
|
||||
// test negative of min int 64 value (1 more than max int64 value)
|
||||
|
|
Loading…
Add table
Reference in a new issue