| Index: dart/pkg/intl/test/date_time_format_local_even_test.dart
|
| diff --git a/dart/pkg/intl/test/date_time_format_local_even_test.dart b/dart/pkg/intl/test/date_time_format_local_even_test.dart
|
| index 3516cdac52f4598e776da19899ca0333ca1e0b4b..c22967a5f874a864961313485ce42fb2c7f68711 100644
|
| --- a/dart/pkg/intl/test/date_time_format_local_even_test.dart
|
| +++ b/dart/pkg/intl/test/date_time_format_local_even_test.dart
|
| @@ -9,9 +9,9 @@
|
| * the test bots.
|
| */
|
|
|
| -library date_time_format_test_2;
|
| -import 'date_time_format_local_test_stub.dart';
|
| -import 'date_time_format_test_core.dart';
|
| +#library('date_time_format_test_2');
|
| +#import('date_time_format_local_test_stub.dart');
|
| +#import('date_time_format_test_core.dart');
|
|
|
| main() {
|
| runWith(evenLocales);
|
|
|