ICU-597 Use epsilon matching for os400 like on s/390
X-SVN-Rev: 3998
This commit is contained in:
parent
d4ebc2590d
commit
65baa76e0a
@ -194,7 +194,7 @@ NumberFormatTest::TestExponential(void)
|
||||
a = af.getLong();
|
||||
else if (af.getType() == Formattable::kDouble) {
|
||||
a = af.getDouble();
|
||||
#if defined(OS390)
|
||||
#if defined(OS390) || defined(OS400)
|
||||
// S/390 will show a failure like this:
|
||||
//| -3.141592652999999e-271 -format-> -3.1416E-271
|
||||
//| -parse-> -3.1416e-271
|
||||
|
Loading…
Reference in New Issue
Block a user