ICU-7015 Minor fix.

X-SVN-Rev: 28189
This commit is contained in:
Umesh Nair 2010-06-14 21:52:52 +00:00
parent e7aba40a67
commit 2b7c82ac5b

View File

@ -5664,7 +5664,6 @@ static void TestInvalidListsAndRanges(void)
length = u_unescape(invalidRules[rule_no], rule, 500);
if (length == 0) {
log_err("ERROR: The rule cannot be unescaped: %s\n");
>>>>>>> .merge-right.r28177
return;
}
myCollation = ucol_openRules(rule, length, UCOL_ON, UCOL_TERTIARY, &parse_error, &status);