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

Unified Diff: source/test/cintltst/uenumtst.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/udatpg_test.c ('k') | source/test/cintltst/ulistfmttest.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/test/cintltst/uenumtst.c
diff --git a/source/test/cintltst/uenumtst.c b/source/test/cintltst/uenumtst.c
index a1772898030cecee78ba4617d90cc8d88e151f17..d1fb39ea4e3108a834cbfb15dde642bc07620050 100644
--- a/source/test/cintltst/uenumtst.c
+++ b/source/test/cintltst/uenumtst.c
@@ -1,7 +1,7 @@
/*
*******************************************************************************
*
-* Copyright (C) 2002-2012, International Business Machines
+* Copyright (C) 2002-2015, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
@@ -429,7 +429,7 @@ static void TestCharStringsEnumeration(void) {
static void TestUCharStringsEnumeration(void) {
UErrorCode status = U_ZERO_ERROR;
/* //! [uenum_openUCharStringsEnumeration] */
- static const UChar nko_1[] = {0x07c1,0}, nko_2[] = {0x07c2}, nko_3[] = {0x07c3,0}, nko_4[] = {0x07c4,0};
+ static const UChar nko_1[] = {0x07c1,0}, nko_2[] = {0x07c2,0}, nko_3[] = {0x07c3,0}, nko_4[] = {0x07c4,0};
static const UChar* ustrings[] = { nko_1, nko_2, nko_3, nko_4 };
UEnumeration *u = uenum_openUCharStringsEnumeration(ustrings, 4, &status);
/* //! [uenum_openUCharStringsEnumeration] */
« no previous file with comments | « source/test/cintltst/udatpg_test.c ('k') | source/test/cintltst/ulistfmttest.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698