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

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

Issue 302503002: API and stubs for the 'analysis' domain. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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 0a7127a7a524688efd8ac3dcd38bc69a51507af7..8fe05205bfb25db7ce844c322f913ff5e9441cc4 100644
--- a/pkg/analysis_server/test/test_all.dart
+++ b/pkg/analysis_server/test/test_all.dart
@@ -6,6 +6,7 @@ import 'package:unittest/unittest.dart';
import 'analysis_server_test.dart' as analysis_server_test;
import 'channel_test.dart' as channel_test;
+import 'domain_analysis_test.dart' as domain_analysis_test;
import 'domain_context_test.dart' as domain_context_test;
import 'domain_server_test.dart' as domain_server_test;
import 'protocol_test.dart' as protocol_test;
@@ -19,6 +20,7 @@ main() {
groupSep = ' | ';
analysis_server_test.main();
channel_test.main();
+ domain_analysis_test.main();
domain_context_test.main();
domain_server_test.main();
protocol_test.main();

Powered by Google App Engine
This is Rietveld 408576698