Index: pkg/intl/test/date_time_format_local_odd_test.dart |
diff --git a/pkg/intl/test/date_time_format_local_odd_test.dart b/pkg/intl/test/date_time_format_local_odd_test.dart |
index ef55b44ebb22be03f7a0ee26f2cce3ce2d89aa6c..229cbdb8d5350cb64ce62e0645222f47ae15abc3 100644 |
--- a/pkg/intl/test/date_time_format_local_odd_test.dart |
+++ b/pkg/intl/test/date_time_format_local_odd_test.dart |
@@ -10,9 +10,9 @@ |
*/ |
library date_time_format_test_1; |
-import 'date_time_format_local_test_stub.dart'; |
-import 'date_time_format_test_core.dart'; |
+import 'date_time_format_test_stub.dart'; |
+import 'package:intl/date_symbol_data_local.dart'; |
main() { |
- runWith(oddLocales); |
+ runWith(oddLocales, null, initializeDateFormatting); |
} |