Chromium Code Reviews| Index: pkg/intl/test/date_time_format_uninitialized_test.dart |
| diff --git a/pkg/intl/test/date_time_format_uninitialized_test.dart b/pkg/intl/test/date_time_format_uninitialized_test.dart |
| index dcd97cdd6354f3060a0516557edf261455e5a9ad..d460c474829c8e27e96011eb5ee8d47104aec85d 100644 |
| --- a/pkg/intl/test/date_time_format_uninitialized_test.dart |
| +++ b/pkg/intl/test/date_time_format_uninitialized_test.dart |
| @@ -8,11 +8,8 @@ |
| */ |
| library date_time_format_file_test; |
| -import 'package:intl/intl.dart'; |
| -import 'package:intl/date_symbol_data_local.dart'; |
| import 'date_time_format_test_core.dart'; |
| -import 'package:unittest/unittest.dart'; |
| main() { |
| - runDateTests(['en_US']); |
| + runDateTests(() => ['en_US']); |
|
kevmoo-old
2013/04/05 00:45:43
In the new world, a func is passed in to allow asy
|
| } |