Index: third_party/icu/source/test/intltest/dtfmapts.cpp |
=================================================================== |
--- third_party/icu/source/test/intltest/dtfmapts.cpp (revision 74230) |
+++ third_party/icu/source/test/intltest/dtfmapts.cpp (working copy) |
@@ -108,7 +108,7 @@ |
if (!(*a == *b)) |
errln("FAIL: DateFormat objects created at different times are unequal."); |
- SimpleDateFormat *sdtfmt = dynamic_cast<SimpleDateFormat *>(b); |
+ SimpleDateFormat *sdtfmt = CR_DYNAMIC_CAST<SimpleDateFormat *>(b); |
if (sdtfmt != NULL) |
{ |
double ONE_YEAR = 365*24*60*60*1000.0; |