mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 01:11:02 +00:00
ICU-10992 only warning with -w when a collator cannot be built from rules (eg with import)
X-SVN-Rev: 36490
This commit is contained in:
parent
03cbf5f82a
commit
c07492e9ad
1 changed files with 1 additions and 1 deletions
|
@ -1225,7 +1225,7 @@ void CollationTest::buildTailoring(UCHARBUF *f, IcuTestErrorCode &errorCode) {
|
|||
return;
|
||||
}
|
||||
if(errorCode.isFailure()) {
|
||||
errln("RuleBasedCollator(rules) failed - %s", errorCode.errorName());
|
||||
dataerrln("RuleBasedCollator(rules) failed - %s", errorCode.errorName());
|
||||
infoln(UnicodeString(" reason: ") + reason);
|
||||
if(parseError.offset >= 0) { infoln(" rules offset: %d", (int)parseError.offset); }
|
||||
if(parseError.preContext[0] != 0 || parseError.postContext[0] != 0) {
|
||||
|
|
Loading…
Add table
Reference in a new issue