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

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

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 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/udatpg_test.c ('k') | source/test/cintltst/usettest.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/test/cintltst/uregiontest.c
diff --git a/source/test/cintltst/uregiontest.c b/source/test/cintltst/uregiontest.c
index 9565530b6b7f55ef4270097f8c7551917dd80c9f..d2b87f41d62df4c18c2932528a1c5b4d0dcbf4a0 100644
--- a/source/test/cintltst/uregiontest.c
+++ b/source/test/cintltst/uregiontest.c
@@ -1,5 +1,5 @@
/********************************************************************
- * Copyright (c) 2013, International Business Machines Corporation
+ * Copyright (c) 2014, International Business Machines Corporation
* and others. All Rights Reserved.
********************************************************************/
/* C API TEST FOR UREGION */
@@ -51,8 +51,6 @@ typedef struct KnownRegion {
const char *containingContinent;
} KnownRegion;
-#define LENGTHOF(array) (int32_t)(sizeof(array) / sizeof((array)[0]))
-
static KnownRegion knownRegions[] = {
// Code, Num, Parent, Type, Containing Continent
{ "TP" , 626, "035", URGN_TERRITORY, "142" },
« no previous file with comments | « source/test/cintltst/udatpg_test.c ('k') | source/test/cintltst/usettest.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698