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/intltest/astrotst.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/apicoll.cpp ('k') | source/test/intltest/bidiconf.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/test/intltest/astrotst.cpp
diff --git a/source/test/intltest/astrotst.cpp b/source/test/intltest/astrotst.cpp
index 6dc72f5dca015e69906704ca319ceb3f9de20e56..f4c5a2c3aef90d08934d058ce13145dc3f416b6b 100644
--- a/source/test/intltest/astrotst.cpp
+++ b/source/test/intltest/astrotst.cpp
@@ -1,6 +1,6 @@
/********************************************************************
* COPYRIGHT:
- * Copyright (c) 1996-2010, International Business Machines Corporation and
+ * Copyright (c) 1996-2014, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
@@ -18,8 +18,6 @@
#include "unicode/simpletz.h"
-static const double DAY_MS = 24.*60.*60.*1000.;
-
#define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
AstroTest::AstroTest(): astro(NULL), gc(NULL) {
« no previous file with comments | « source/test/intltest/apicoll.cpp ('k') | source/test/intltest/bidiconf.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698