mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-8011 Fix error message in numfmtst.cpp
X-SVN-Rev: 28772
This commit is contained in:
parent
f405ecdb9e
commit
a455683fc2
1 changed files with 1 additions and 1 deletions
|
@ -6144,7 +6144,7 @@ void NumberFormatTest::TestExponentParse() {
|
|||
)
|
||||
{
|
||||
errln("ERROR: parse failed - expected 123.0, 3 - returned %d, %i",
|
||||
result.getDouble(), parsePos);
|
||||
result.getDouble(), parsePos.getIndex());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue