ICU-2039 fixed C++ ambiguity
X-SVN-Rev: 12494
This commit is contained in:
parent
50c1447577
commit
07cb70634b
@ -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…
Reference in New Issue
Block a user