Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Unified Diff: source/test/cintltst/ncnvtst.c

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/test/cintltst/custrtst.c ('k') | source/test/cintltst/nucnvtst.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/test/cintltst/ncnvtst.c
diff --git a/source/test/cintltst/ncnvtst.c b/source/test/cintltst/ncnvtst.c
index 210784b4987c5ba9e0bfd349559d3251ef484c55..e7455b4eb4981250dfc09e5c3ddfa0d7dd729214 100644
--- a/source/test/cintltst/ncnvtst.c
+++ b/source/test/cintltst/ncnvtst.c
@@ -1,11 +1,11 @@
/********************************************************************
* COPYRIGHT:
- * Copyright (c) 1997-2014, International Business Machines Corporation and
+ * Copyright (c) 1997-2015, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
/*****************************************************************************
*
-* File CCONVTST.C
+* File ncnvtst.c
*
* Modification History:
* Name Description
@@ -755,6 +755,7 @@ static void TestRegressionUTF8(){
#define MAX_UTF32_LEN 1
static void TestRegressionUTF32(){
+#if !UCONFIG_ONLY_HTML_CONVERSION
UChar32 currCh = 0;
int32_t offset32;
int32_t offset16;
@@ -886,6 +887,7 @@ static void TestRegressionUTF32(){
}
ucnv_close(convLE);
}
+#endif
}
/*Walk through the available converters*/
« no previous file with comments | « source/test/cintltst/custrtst.c ('k') | source/test/cintltst/nucnvtst.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698