mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-3748 remove //
X-SVN-Rev: 15403
This commit is contained in:
parent
cdb62c7c6a
commit
205d2d29aa
1 changed files with 1 additions and 1 deletions
|
@ -2554,7 +2554,7 @@ static void TestCanonicalization(void)
|
|||
const char* expected = (j==0) ? testCases[i].getNameID : testCases[i].canonicalID;
|
||||
*buffer = 0;
|
||||
status = U_ZERO_ERROR;
|
||||
//log_verbose("testing %s -> %s\n", testCases[i], testCases[i].canonicalID);
|
||||
/* log_verbose("testing %s -> %s\n", testCases[i], testCases[i].canonicalID); */
|
||||
origResultLen = _canonicalize(j, testCases[i].localeID, NULL, 0, &status);
|
||||
if (status != U_BUFFER_OVERFLOW_ERROR) {
|
||||
log_err("FAIL: uloc_%s(%s) => %s, expected U_BUFFER_OVERFLOW_ERROR\n",
|
||||
|
|
Loading…
Add table
Reference in a new issue