| Index: pkg/intl/test/date_time_format_file_test_stub.dart
|
| ===================================================================
|
| --- pkg/intl/test/date_time_format_file_test_stub.dart (revision 14313)
|
| +++ pkg/intl/test/date_time_format_file_test_stub.dart (working copy)
|
| @@ -7,14 +7,14 @@
|
| * local file system.
|
| */
|
|
|
| -#library('date_time_format_file_test');
|
| +library date_time_format_file_test;
|
|
|
| -#import('../lib/intl.dart');
|
| -#import('../lib/date_symbol_data_file.dart');
|
| -#import('dart:io');
|
| -#import('date_time_format_test_core.dart');
|
| -#import('data_directory.dart');
|
| -#import('../../../pkg/unittest/unittest.dart');
|
| +import '../lib/intl.dart';
|
| +import '../lib/date_symbol_data_file.dart';
|
| +import 'dart:io';
|
| +import 'date_time_format_test_core.dart';
|
| +import 'data_directory.dart';
|
| +import '../../../pkg/unittest/lib/unittest.dart';
|
|
|
| runWith([Function getSubset]) {
|
| // Initialize one locale just so we know what the list is.
|
| @@ -32,4 +32,4 @@
|
| Futures.wait(futures).then(
|
| expectAsync1((results) => runDateTests(getSubset())));
|
| });
|
| -}
|
| +}
|
|
|