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

Unified Diff: source/test/cintltst/bocu1tst.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/Makefile.in ('k') | source/test/cintltst/capitst.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/test/cintltst/bocu1tst.c
diff --git a/source/test/cintltst/bocu1tst.c b/source/test/cintltst/bocu1tst.c
index aeb9a35aba9254cb68ee383ce544d0c8425769e8..53a204f4007ca8eca9ce8c48f297cca05c68fec7 100644
--- a/source/test/cintltst/bocu1tst.c
+++ b/source/test/cintltst/bocu1tst.c
@@ -1,7 +1,7 @@
/*
******************************************************************************
*
-* Copyright (C) 2002-2014, International Business Machines
+* Copyright (C) 2002-2015, International Business Machines
* Corporation and others. All Rights Reserved.
*
******************************************************************************
@@ -983,7 +983,7 @@ TestBOCU1(void) {
errorCode=U_ZERO_ERROR;
bocu1=ucnv_open("BOCU-1", &errorCode);
if(U_FAILURE(errorCode)) {
- log_err("error: unable to open BOCU-1 converter: %s\n", u_errorName(errorCode));
+ log_data_err("error: unable to open BOCU-1 converter: %s\n", u_errorName(errorCode));
return;
}
« no previous file with comments | « source/test/cintltst/Makefile.in ('k') | source/test/cintltst/capitst.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698