| Index: dart/pkg/intl/test/date_time_format_local_test_stub.dart
|
| diff --git a/dart/pkg/intl/test/date_time_format_local_test_stub.dart b/dart/pkg/intl/test/date_time_format_local_test_stub.dart
|
| index 862832e536d7459dc180ba3201503b219fe95736..08fdd09d5dcac2ef5fa1db5135889e37a04dc873 100644
|
| --- a/dart/pkg/intl/test/date_time_format_local_test_stub.dart
|
| +++ b/dart/pkg/intl/test/date_time_format_local_test_stub.dart
|
| @@ -7,12 +7,12 @@
|
| * directly in the program as a constant.
|
| */
|
|
|
| -library date_time_format_test;
|
| +#library('date_time_format_test');
|
|
|
| -import '../lib/intl.dart';
|
| -import '../lib/date_time_patterns.dart';
|
| -import '../lib/date_symbol_data_local.dart';
|
| -import 'date_time_format_test_core.dart';
|
| +#import('../lib/intl.dart');
|
| +#import('../lib/date_time_patterns.dart');
|
| +#import('../lib/date_symbol_data_local.dart');
|
| +#import('date_time_format_test_core.dart');
|
|
|
| runWith([Function getSubset]) {
|
| // Initialize one locale just so we know what the list is.
|
|
|