Chromium Code Reviews| Index: third_party/icu/source/test/intltest/tzregts.cpp |
| =================================================================== |
| --- third_party/icu/source/test/intltest/tzregts.cpp (revision 74230) |
| +++ third_party/icu/source/test/intltest/tzregts.cpp (working copy) |
| @@ -1093,7 +1093,7 @@ |
| return; |
| } |
| - SimpleTimeZone *cst = dynamic_cast<SimpleTimeZone *>(cst1); |
| + SimpleTimeZone *cst = CR_DYNAMIC_CAST<SimpleTimeZone *>(cst1); |
| if(pst->hasSameRules(*cst)) { |
| errln("FAILURE: PST and CST have same rules"); |