Chromium Code Reviews| Index: pkg/analysis_server/test/test_all.dart |
| diff --git a/pkg/analysis_server/test/test_all.dart b/pkg/analysis_server/test/test_all.dart |
| index 0a4a883e4a4add98909f77fd18980c5019bdddbd..994f5ef620a4b2dbe3a920bd9243af4586df49f1 100644 |
| --- a/pkg/analysis_server/test/test_all.dart |
| +++ b/pkg/analysis_server/test/test_all.dart |
| @@ -7,6 +7,7 @@ import 'package:unittest/unittest.dart'; |
| import 'analysis/test_all.dart' as analysis_all; |
| import 'analysis_server_test.dart' as analysis_server_test; |
| import 'channel/test_all.dart' as channel_test; |
| +import 'completion_test.dart' as completion_test; |
| import 'context_manager_test.dart' as context_manager_test; |
| import 'domain_analysis_test.dart' as domain_analysis_test; |
| import 'domain_completion_test.dart' as domain_completion_test; |
| @@ -35,6 +36,7 @@ main() { |
| analysis_all.main(); |
| analysis_server_test.main(); |
| channel_test.main(); |
| + completion_test.main(); |
|
danrubel
2016/04/06 20:16:03
I believe that the bots run this test separately,
Paul Berry
2016/04/06 20:22:35
Actually, this won't cause the bots to run the tes
|
| context_manager_test.main(); |
| domain_analysis_test.main(); |
| domain_completion_test.main(); |