ICU-8011 Fix error message in numfmtst.cpp

X-SVN-Rev: 28772
This commit is contained in:
Michael Ow 2010-10-07 18:38:36 +00:00
parent f405ecdb9e
commit a455683fc2

View file

@ -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());
}
}