| Index: pkg/analyzer/test/src/dart/analysis/test_all.dart
|
| diff --git a/pkg/analyzer/test/src/dart/analysis/test_all.dart b/pkg/analyzer/test/src/dart/analysis/test_all.dart
|
| index a2c48843aa1e4a903ca1cfd2bb9786ef049e8b8a..9abcfca4459604a1bf4389c18e7b6a6a7588f2e0 100644
|
| --- a/pkg/analyzer/test/src/dart/analysis/test_all.dart
|
| +++ b/pkg/analyzer/test/src/dart/analysis/test_all.dart
|
| @@ -11,6 +11,7 @@ import 'driver_test.dart' as driver;
|
| import 'file_state_test.dart' as file_state;
|
| import 'index_test.dart' as index;
|
| import 'referenced_names_test.dart' as referenced_names;
|
| +import 'search_test.dart' as search_test;
|
|
|
| /// Utility for manually running all tests.
|
| main() {
|
| @@ -20,5 +21,6 @@ main() {
|
| file_state.main();
|
| index.main();
|
| referenced_names.main();
|
| + search_test.main();
|
| }, name: 'analysis');
|
| }
|
|
|