| Index: pkg/analysis_server/test/services/completion/test_all.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/test_all.dart b/pkg/analysis_server/test/services/completion/test_all.dart
|
| index 7efd76adc410c115d4146d38c31d7f16cadb4821..5770bb46053c9a603d62682cb0004a0f8be5b147 100644
|
| --- a/pkg/analysis_server/test/services/completion/test_all.dart
|
| +++ b/pkg/analysis_server/test/services/completion/test_all.dart
|
| @@ -6,6 +6,7 @@ library test.services.completion;
|
|
|
| import 'package:unittest/unittest.dart';
|
|
|
| +import 'arglist_computer_test.dart' as arglist_test;
|
| import 'combinator_computer_test.dart' as combinator_test;
|
| import 'completion_computer_test.dart' as completion_computer_test;
|
| import 'completion_manager_test.dart' as completion_manager_test;
|
| @@ -18,6 +19,7 @@ import 'local_computer_test.dart' as local_test;
|
| main() {
|
| groupSep = ' | ';
|
| group('completion', () {
|
| + arglist_test.main();
|
| combinator_test.main();
|
| completion_computer_test.main();
|
| completion_manager_test.main();
|
|
|