Index: third_party/icu/source/test/intltest/dtfmttst.cpp |
=================================================================== |
--- third_party/icu/source/test/intltest/dtfmttst.cpp (revision 74230) |
+++ third_party/icu/source/test/intltest/dtfmttst.cpp (working copy) |
@@ -402,7 +402,7 @@ |
// String str; |
DateFormat* df = dateFormats[j]; |
df->setTimeZone(*PT); |
- SimpleDateFormat* sdtfmt = dynamic_cast<SimpleDateFormat*>(df); |
+ SimpleDateFormat* sdtfmt = CR_DYNAMIC_CAST<SimpleDateFormat*>(df); |
if (sdtfmt != NULL) { |
logln(" Pattern = " + sdtfmt->toPattern(buf.remove())); |
} else { |