mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-3682 os/400 changes
X-SVN-Rev: 14903
This commit is contained in:
parent
5e9f5d084f
commit
3de75ba3f4
1 changed files with 2 additions and 1 deletions
|
@ -339,7 +339,7 @@ PUtilTest::testZero(void)
|
|||
if(pzero <= nzero != TRUE) {
|
||||
errln("FAIL: 0.0 <= -0.0 returned FALSE, should be TRUE.");
|
||||
}
|
||||
|
||||
#ifndef OS400 /* OS/400 will generate divide by zero exception MCH1214 */
|
||||
if(uprv_isInfinite(1/pzero) != TRUE) {
|
||||
errln("FAIL: isInfinite(1/0.0) returned FALSE, should be TRUE.");
|
||||
}
|
||||
|
@ -355,6 +355,7 @@ PUtilTest::testZero(void)
|
|||
if(uprv_isNegativeInfinity(1/nzero) != TRUE) {
|
||||
errln("FAIL: isNegativeInfinity(1/-0.0) returned FALSE, should be TRUE.");
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
//==============================
|
||||
|
|
Loading…
Add table
Reference in a new issue