| Index: dart/pkg/intl/test/date_time_format_local_odd_test.dart
|
| diff --git a/dart/pkg/intl/test/date_time_format_local_odd_test.dart b/dart/pkg/intl/test/date_time_format_local_odd_test.dart
|
| index ef55b44ebb22be03f7a0ee26f2cce3ce2d89aa6c..fd2d0426450ec41f25c4c3b49a497d852995a766 100644
|
| --- a/dart/pkg/intl/test/date_time_format_local_odd_test.dart
|
| +++ b/dart/pkg/intl/test/date_time_format_local_odd_test.dart
|
| @@ -9,9 +9,9 @@
|
| * the test bots.
|
| */
|
|
|
| -library date_time_format_test_1;
|
| -import 'date_time_format_local_test_stub.dart';
|
| -import 'date_time_format_test_core.dart';
|
| +#library('date_time_format_test_1');
|
| +#import('date_time_format_local_test_stub.dart');
|
| +#import('date_time_format_test_core.dart');
|
|
|
| main() {
|
| runWith(oddLocales);
|
|
|