ICU-5602 Remove C++ comments.

X-SVN-Rev: 21044
This commit is contained in:
George Rhoten 2007-02-16 22:33:24 +00:00
parent d656c86a77
commit 76c3e4269c

View file

@ -320,9 +320,9 @@ static void TestGetSortKey() {
lenActualSortKey = ucol_getSortKey(pCollator,
(const UChar *)pucUTF16,
sizeof(pucUTF16) / sizeof(pucUTF16[0]), // in # of UChars
sizeof(pucUTF16) / sizeof(pucUTF16[0]),
pucSortKey,
LENSORTKEY); // in # of bytes
LENSORTKEY);
if (lenActualSortKey > LENSORTKEY) {
log_err("sort key too big for original buffer. Got: %d Expected: %d\n", lenActualSortKey, LENSORTKEY);