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

Unified Diff: pkg/analyzer_plugin/test/utilities/test_all.dart

Issue 2927663002: Port two completion contributors for use by plugins (Closed)
Patch Set: Created 3 years, 6 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/analyzer_plugin/test/utilities/completion/type_member_contributor_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_plugin/test/utilities/test_all.dart
diff --git a/pkg/analyzer_plugin/test/utilities/test_all.dart b/pkg/analyzer_plugin/test/utilities/test_all.dart
index 46d9cd2e9120cf2b29f4dda0c74c1cc6e856a51d..7cc0dd2b260d1c4bc5a2a38839ae7b003c8ff4f1 100644
--- a/pkg/analyzer_plugin/test/utilities/test_all.dart
+++ b/pkg/analyzer_plugin/test/utilities/test_all.dart
@@ -5,6 +5,7 @@
import 'package:test_reflective_loader/test_reflective_loader.dart';
import 'analyzer_converter_test.dart' as analyzer_converter_test;
+import 'completion/test_all.dart' as completion;
import 'navigation_test.dart' as navigation_test;
import 'range_factory_test.dart' as range_factory_test;
import 'subscriptions/test_all.dart' as subscriptions;
@@ -12,6 +13,7 @@ import 'subscriptions/test_all.dart' as subscriptions;
main() {
defineReflectiveSuite(() {
analyzer_converter_test.main();
+ completion.main();
navigation_test.main();
range_factory_test.main();
subscriptions.main();
« no previous file with comments | « pkg/analyzer_plugin/test/utilities/completion/type_member_contributor_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698