| Index: third_party/icu/source/test/intltest/tztest.cpp
|
| ===================================================================
|
| --- third_party/icu/source/test/intltest/tztest.cpp (revision 74230)
|
| +++ third_party/icu/source/test/intltest/tztest.cpp (working copy)
|
| @@ -953,7 +953,7 @@
|
| TimeZone *zone = TimeZone::createTimeZone(id);
|
| UnicodeString itsID, temp;
|
|
|
| - if (dynamic_cast<OlsonTimeZone *>(zone) != NULL) {
|
| + if (CR_DYNAMIC_CAST<OlsonTimeZone *>(zone) != NULL) {
|
| logln(id + " -> Olson time zone");
|
| } else {
|
| zone->getID(itsID);
|
|
|