Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(561)

Unified Diff: pkg/analysis_server/test/test_all.dart

Issue 484733003: Import analysis_services.dart into analysis_server.dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analysis_server/test/services/test_all.dart ('k') | pkg/analysis_services/LICENSE » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
});
}
« no previous file with comments | « pkg/analysis_server/test/services/test_all.dart ('k') | pkg/analysis_services/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698