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

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

Issue 1503463002: move combinator contributor to new task model (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: remove old code Created 5 years 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/services/completion/dart/test_all.dart
diff --git a/pkg/analysis_server/test/services/completion/dart/test_all.dart b/pkg/analysis_server/test/services/completion/dart/test_all.dart
index dffcb38eb27b5359b288c4d3ad2c0c91f769e915..9d8d0617e4611fe2d52813b1742e2241f653227e 100644
--- a/pkg/analysis_server/test/services/completion/dart/test_all.dart
+++ b/pkg/analysis_server/test/services/completion/dart/test_all.dart
@@ -7,6 +7,7 @@ library test.services.completion.dart;
import 'package:unittest/unittest.dart';
import '../../../utils.dart';
+import 'combinator_contributor_test.dart' as combinator_test;
import 'arglist_contributor_test.dart' as arglist_test;
import 'common_usage_sorter_test.dart' as common_usage_test;
import 'inherited_contributor_test.dart' as inherited_contributor_test;
@@ -18,6 +19,7 @@ main() {
initializeTestEnvironment();
group('dart/completion', () {
arglist_test.main();
+ combinator_test.main();
common_usage_test.main();
inherited_contributor_test.main();
keyword_test.main();

Powered by Google App Engine
This is Rietveld 408576698