From 76c3e4269c1cc46151719fd16ad3ea7d0a4afb6f Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Fri, 16 Feb 2007 22:33:24 +0000 Subject: [PATCH] ICU-5602 Remove C++ comments. X-SVN-Rev: 21044 --- icu4c/source/test/cintltst/cfrtst.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/test/cintltst/cfrtst.c b/icu4c/source/test/cintltst/cfrtst.c index 3c61fb580b7..63a01284f85 100644 --- a/icu4c/source/test/cintltst/cfrtst.c +++ b/icu4c/source/test/cintltst/cfrtst.c @@ -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);