| Index: packages/initialize/tool/all_tests.sh
|
| diff --git a/packages/initialize/tool/all_tests.sh b/packages/initialize/tool/all_tests.sh
|
| index 99e42d549f8b17c81d796561ef1df6ffcf101ebf..312cda223a8c4cb1a90ce033ff58201bcef5ec8b 100755
|
| --- a/packages/initialize/tool/all_tests.sh
|
| +++ b/packages/initialize/tool/all_tests.sh
|
| @@ -8,8 +8,7 @@
|
| set -e
|
|
|
| # Run the un-transformed command-line tests.
|
| -# TODO(jakemac): Add back once http://dartbug.com/22592 is fixed.
|
| -# dart test/deferred_library_test.dart
|
| +dart test/deferred_library_test.dart
|
| dart test/init_method_test.dart
|
| dart test/initializer_custom_filter_test.dart
|
| dart test/initializer_cycle_error_test.dart
|
|
|