| Index: pkg/analysis_services/test/completion/test_all.dart
|
| diff --git a/pkg/analysis_services/test/completion/test_all.dart b/pkg/analysis_services/test/completion/test_all.dart
|
| index 32a042869b382285c8fe355e94069f9ffce6ee69..381d4fcbdcb979a434cacf06c1f1c664919c67d4 100644
|
| --- a/pkg/analysis_services/test/completion/test_all.dart
|
| +++ b/pkg/analysis_services/test/completion/test_all.dart
|
| @@ -8,12 +8,14 @@ import 'package:unittest/unittest.dart';
|
|
|
| import 'completion_computer_test.dart' as completion_test;
|
| import 'top_level_computer_test.dart' as topLevel_test;
|
| +import 'local_computer_test.dart' as local_test;
|
|
|
| /// Utility for manually running all tests.
|
| main() {
|
| groupSep = ' | ';
|
| group('completion', () {
|
| completion_test.main();
|
| + local_test.main();
|
| topLevel_test.main();
|
| });
|
| }
|
|
|