| Index: dart/pkg/intl/test/date_time_format_file_even_test.dart
|
| diff --git a/dart/pkg/intl/test/date_time_format_file_even_test.dart b/dart/pkg/intl/test/date_time_format_file_even_test.dart
|
| index ca9daeef0daea7603e01ef69d1fdaf0ccc6715a9..1070f1eaef0b356ba3867208469e7755554a975d 100644
|
| --- a/dart/pkg/intl/test/date_time_format_file_even_test.dart
|
| +++ b/dart/pkg/intl/test/date_time_format_file_even_test.dart
|
| @@ -8,9 +8,9 @@
|
| * of them takes long enough that it may cause timeouts in the test bots.
|
| */
|
|
|
| -library date_time_format_file_test_2;
|
| -import 'date_time_format_file_test_stub.dart';
|
| -import 'date_time_format_test_core.dart';
|
| +#library('date_time_format_file_test_2');
|
| +#import('date_time_format_file_test_stub.dart');
|
| +#import('date_time_format_test_core.dart');
|
|
|
| main() {
|
| runWith(evenLocales);
|
|
|