| Index: pkg/analysis_services/test/correction/test_all.dart
|
| diff --git a/pkg/analysis_services/test/correction/test_all.dart b/pkg/analysis_services/test/correction/test_all.dart
|
| index 6a7094efedb9605eff35795a7f9551f3984dff12..7f9f2ab3b85034fa92b2512da0a2d0ea9cf6450b 100644
|
| --- a/pkg/analysis_services/test/correction/test_all.dart
|
| +++ b/pkg/analysis_services/test/correction/test_all.dart
|
| @@ -12,6 +12,7 @@ import 'fix_test.dart' as fix_test;
|
| import 'levenshtein_test.dart' as levenshtein_test;
|
| import 'name_suggestion_test.dart' as name_suggestion_test;
|
| import 'source_range_test.dart' as source_range_test;
|
| +import 'status_test.dart' as status_test;
|
| import 'strings_test.dart' as strings_test;
|
|
|
| /// Utility for manually running all tests.
|
| @@ -24,6 +25,7 @@ main() {
|
| levenshtein_test.main();
|
| name_suggestion_test.main();
|
| source_range_test.main();
|
| + status_test.main();
|
| strings_test.main();
|
| });
|
| }
|
|
|