ICU-1407 Fix for Tru64 (OSF)

X-SVN-Rev: 6539
This commit is contained in:
George Rhoten 2001-11-01 00:18:32 +00:00
parent 24a9cb18ea
commit 97d68c74e9

View File

@ -155,7 +155,7 @@ NumberFormatRoundTripTest::test(NumberFormat *fmt)
#endif
}
#if defined XP_MAC || defined __alpha__ || defined OS400
#if defined XP_MAC || defined __alpha__ || defined OS400 || defined U_OSF
// These machines don't support denormalized doubles,
// so the low-end range doesn't match Windows
test(fmt, randomDouble(1e-292));