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

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

Issue 2803313002: Statement completion framework with a few examples (Closed)
Patch Set: Address review comments Created 3 years, 8 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/edit/test_all.dart
diff --git a/pkg/analysis_server/test/edit/test_all.dart b/pkg/analysis_server/test/edit/test_all.dart
index 16a89edaa387d983f57d695df11bb3f770774ae3..8dd3e74091a964f5323722e2752ac1c5742d33ca 100644
--- a/pkg/analysis_server/test/edit/test_all.dart
+++ b/pkg/analysis_server/test/edit/test_all.dart
@@ -12,6 +12,7 @@ import 'format_test.dart' as format_test;
import 'organize_directives_test.dart' as organize_directives_test;
import 'refactoring_test.dart' as refactoring_test;
import 'sort_members_test.dart' as sort_members_test;
+import 'statement_completion_test.dart' as statement_completion_test;
/**
* Utility for manually running all tests.
@@ -24,5 +25,6 @@ main() {
organize_directives_test.main();
refactoring_test.main();
sort_members_test.main();
+ statement_completion_test.main();
}, name: 'edit');
}

Powered by Google App Engine
This is Rietveld 408576698