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

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

Issue 422423003: incremental step moving completion into services and adding tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 6 years, 5 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_services/test/completion/top_level_computer_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_services/test/test_all.dart
diff --git a/pkg/analysis_services/test/test_all.dart b/pkg/analysis_services/test/test_all.dart
index 23de4a61088814c1cb509899ef767725872580c3..419bdfc2fd9c3e94afcbf29c35cb8d877688a23a 100644
--- a/pkg/analysis_services/test/test_all.dart
+++ b/pkg/analysis_services/test/test_all.dart
@@ -4,6 +4,7 @@
import 'package:unittest/unittest.dart';
+import 'completion/test_all.dart' as completion_all;
import 'correction/test_all.dart' as correction_all;
import 'index/test_all.dart' as index_all;
import 'search/test_all.dart' as search_all;
@@ -11,6 +12,7 @@ import 'search/test_all.dart' as search_all;
/// Utility for manually running all tests.
main() {
groupSep = ' | ';
+ completion_all.main();
correction_all.main();
index_all.main();
search_all.main();
« no previous file with comments | « pkg/analysis_services/test/completion/top_level_computer_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698