mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 17:01:16 +00:00
ICU-1900 Linux Alpha shows an error in exhaustive mode. Let's see it.
X-SVN-Rev: 8900
This commit is contained in:
parent
d147e91cb0
commit
d323a9da62
1 changed files with 3 additions and 2 deletions
|
@ -254,11 +254,12 @@ NumberFormatRoundTripTest::test(NumberFormat *fmt, const Formattable& value)
|
|||
min_numeric_error = error;
|
||||
}
|
||||
|
||||
if(show)
|
||||
logln(/*value.getString(temp) +*/ typeOf(value, temp) + " F> " +
|
||||
if (show) {
|
||||
errln(/*value.getString(temp) +*/ typeOf(value, temp) + " F> " +
|
||||
escape(s) + " P> " +
|
||||
/*n.getString(temp) +*/ typeOf(n, temp) + " F> " +
|
||||
escape(s2));
|
||||
}
|
||||
}
|
||||
|
||||
double
|
||||
|
|
Loading…
Add table
Reference in a new issue