ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 4335
This commit is contained in:
parent
0e7994ff51
commit
0b1da35b77
@ -557,12 +557,8 @@ void CollationRegressionTest::Test4078588(/* char *par */)
|
||||
|
||||
if (result != Collator::LESS)
|
||||
{
|
||||
UnicodeString msg;
|
||||
|
||||
msg += (UnicodeString)"Compare(a,bb) returned " + result;
|
||||
msg += "; expected -1";
|
||||
|
||||
errln(msg);
|
||||
errln((UnicodeString)"Compare(a,bb) returned " + (int)result
|
||||
+ (UnicodeString)"; expected -1");
|
||||
}
|
||||
|
||||
delete rbc;
|
||||
|
Loading…
Reference in New Issue
Block a user