mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
ICU-96 C++ comments in C file removed
X-SVN-Rev: 4829
This commit is contained in:
parent
9482758ade
commit
453554cb1e
1 changed files with 3 additions and 1 deletions
|
@ -1791,7 +1791,9 @@ static void TestExpansionSyntax() {
|
|||
rlen = u_unescape(expectedRules[i], rlz, 2048);
|
||||
cresulting = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT, &status);
|
||||
|
||||
// testAgainstUCA(cresulting, credundant, 0, "expected", TRUE, &status);
|
||||
/* testAgainstUCA still doesn't handle expansions correctly, so this is not run */
|
||||
/* as a hard error test, but only in information mode */
|
||||
testAgainstUCA(cresulting, credundant, 0, "expected", FALSE, &status);
|
||||
|
||||
ucol_close(credundant);
|
||||
ucol_close(cresulting);
|
||||
|
|
Loading…
Add table
Reference in a new issue