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

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

Issue 544273003: Initial support for execution domain (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixed formatting Created 6 years, 3 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
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 7154b694898df63349f21eef72bf3e2eb7b48c7b..6b179cb7ab4a18c0c191e47b74e1323e80ad6d6d 100644
--- a/pkg/analysis_server/test/test_all.dart
+++ b/pkg/analysis_server/test/test_all.dart
@@ -16,7 +16,8 @@ import 'channel/test_all.dart' as channel_test;
import 'computer/test_all.dart' as computer_test_all;
import 'context_manager_test.dart' as context_manager_test;
import 'domain_analysis_test.dart' as domain_analysis_test;
-import 'domain_completion_test.dart' as completion_test;
+import 'domain_completion_test.dart' as domain_completion_test;
+import 'domain_execution_test.dart' as domain_execution_test;
import 'domain_server_test.dart' as domain_server_test;
import 'edit/test_all.dart' as edit_all;
import 'operation/test_all.dart' as operation_test_all;
@@ -41,10 +42,11 @@ main() {
analysis_notification_overrides_test.main();
analysis_server_test.main();
channel_test.main();
- completion_test.main();
computer_test_all.main();
context_manager_test.main();
domain_analysis_test.main();
+ domain_completion_test.main();
+ domain_execution_test.main();
domain_server_test.main();
edit_all.main();
operation_test_all.main();
« no previous file with comments | « pkg/analysis_server/test/integration/integration_test_methods.dart ('k') | pkg/analysis_server/tool/spec/spec_input.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698