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

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

Issue 3006693002: Add an integration test for kythe support with bug fixes (Closed)
Patch Set: Created 3 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
Index: pkg/analysis_server/test/integration/test_all.dart
diff --git a/pkg/analysis_server/test/integration/test_all.dart b/pkg/analysis_server/test/integration/test_all.dart
index 8ea98567450b42039c1029dc05b8099e49f2621d..c69d15b695ba08d05b075f8c1fcb75d83550746c 100644
--- a/pkg/analysis_server/test/integration/test_all.dart
+++ b/pkg/analysis_server/test/integration/test_all.dart
@@ -11,6 +11,7 @@ import 'coverage_test.dart' as coverage_test;
import 'diagnostic/test_all.dart' as diagnostic_test_all;
import 'edit/test_all.dart' as edit_test_all;
import 'execution/test_all.dart' as execution_test_all;
+import 'kythe/test_all.dart' as kythe_test_all;
import 'search/test_all.dart' as search_test_all;
import 'server/test_all.dart' as server_test_all;
@@ -25,6 +26,7 @@ main() {
diagnostic_test_all.main();
edit_test_all.main();
execution_test_all.main();
+ kythe_test_all.main();
search_test_all.main();
server_test_all.main();

Powered by Google App Engine
This is Rietveld 408576698