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

Unified Diff: source/test/intltest/tzrulets.cpp

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/intltest/tzfmttst.cpp ('k') | source/test/intltest/tztest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/test/intltest/tzrulets.cpp
diff --git a/source/test/intltest/tzrulets.cpp b/source/test/intltest/tzrulets.cpp
index 77d8ba881f3e5c9cd9e0d7561d12e205935bb77b..3a5b25e9f169d5d7c5686cacd8f44003d67f7fb5 100644
--- a/source/test/intltest/tzrulets.cpp
+++ b/source/test/intltest/tzrulets.cpp
@@ -1,6 +1,6 @@
/*
*******************************************************************************
-* Copyright (C) 2007-2012, International Business Machines Corporation and *
+* Copyright (C) 2007-2014, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
@@ -30,8 +30,6 @@
#define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
#define HOUR (60*60*1000)
-static const UVersionInfo ICU_453 = {4,5,3,0};
-
static const char *const TESTZIDS[] = {
"AGT",
"America/New_York",
« no previous file with comments | « source/test/intltest/tzfmttst.cpp ('k') | source/test/intltest/tztest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698