| Index: pkg/intl/test/date_time_format_local_even_test.dart
 | 
| diff --git a/pkg/intl/test/date_time_format_local_even_test.dart b/pkg/intl/test/date_time_format_local_even_test.dart
 | 
| index 3516cdac52f4598e776da19899ca0333ca1e0b4b..e21f01ef35616081c5c92390ccb72ab2aaf0316f 100644
 | 
| --- a/pkg/intl/test/date_time_format_local_even_test.dart
 | 
| +++ b/pkg/intl/test/date_time_format_local_even_test.dart
 | 
| @@ -10,9 +10,9 @@
 | 
|   */
 | 
|  
 | 
|  library date_time_format_test_2;
 | 
| -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(evenLocales);
 | 
| +  runWith(evenLocales, null, initializeDateFormatting);
 | 
|  }
 | 
| 
 |