| Index: pkg/intl/test/date_time_format_test_stub.dart
|
| diff --git a/pkg/intl/test/date_time_format_test_stub.dart b/pkg/intl/test/date_time_format_test_stub.dart
|
| index 1aa15779008e5dc3dd048c7989485f6e8ceb26bd..0a705355035fbc127a4816b9ba1e65135ebd9b99 100644
|
| --- a/pkg/intl/test/date_time_format_test_stub.dart
|
| +++ b/pkg/intl/test/date_time_format_test_stub.dart
|
| @@ -53,7 +53,7 @@ void runWith(TestListFunc getSubset, String dir,
|
|
|
| setUp(() {
|
| if(initialized) {
|
| - return;
|
| + return null;
|
| }
|
| return initFunction("en_US", dir)
|
| .then((_) {
|
|
|