ICU-1970 Fix for z/OS optimization
X-SVN-Rev: 9293
This commit is contained in:
parent
f6d1eb0103
commit
6f41d5021a
@ -2678,7 +2678,7 @@ TestNumericProperties(void) {
|
||||
if(type!=values[i].type) {
|
||||
log_err("UCHAR_NUMERIC_TYPE(U+%04lx)=%d should be %d\n", c, type, values[i].type);
|
||||
}
|
||||
if(uprv_fabs(nv - values[i].numValue) >= 0.000001) {
|
||||
if(0.000001 <= uprv_fabs(nv - values[i].numValue)) {
|
||||
log_err("u_getNumericValue(U+%04lx)=%g should be %g\n", c, nv, values[i].numValue);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user