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 1526889d79e5455cae2fc03a6483abadbc3b3e39..3ef7993373bffdc2e859dca4e45bc101276035fc 100644 |
--- a/pkg/analysis_server/test/test_all.dart |
+++ b/pkg/analysis_server/test/test_all.dart |
@@ -23,6 +23,7 @@ import 'operation/test_all.dart' as operation_test_all; |
import 'package_map_provider_test.dart' as package_map_provider_test; |
import 'protocol_test.dart' as protocol_test; |
import 'search/test_all.dart' as search_all; |
+import 'services/test_all.dart' as services_all; |
import 'socket_server_test.dart' as socket_server_test; |
/** |
@@ -50,6 +51,7 @@ main() { |
package_map_provider_test.main(); |
protocol_test.main(); |
search_all.main(); |
+ services_all.main(); |
socket_server_test.main(); |
}); |
} |