mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 10:17:23 +00:00
ICU-2039 fixed C++ ambiguity
X-SVN-Rev: 12494
This commit is contained in:
parent
50c1447577
commit
07cb70634b
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ IntlTestRBNF::TestAPI() {
|
|||
}
|
||||
result.remove();
|
||||
expected = "four";
|
||||
formatter->format((long)4,result);
|
||||
formatter->format((int)4,result);
|
||||
if(result != expected) {
|
||||
errln("Formatted 4, expected " + expected + " got " + result);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue