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

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

Issue 833903005: Analysis server format service wiring (and protocol doc update). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 11 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
===================================================================
--- pkg/analysis_server/test/edit/test_all.dart (revision 42834)
+++ pkg/analysis_server/test/edit/test_all.dart (working copy)
@@ -8,6 +8,7 @@
import 'assists_test.dart' as assists_test;
import 'fixes_test.dart' as fixes_test;
+import 'format_test.dart' as format_test;
import 'refactoring_test.dart' as refactoring_test;
import 'sort_members_test.dart' as sort_members_test;
@@ -19,6 +20,7 @@
group('edit', () {
assists_test.main();
fixes_test.main();
+ format_test.main();
refactoring_test.main();
sort_members_test.main();
});
« no previous file with comments | « pkg/analysis_server/test/edit/format_test.dart ('k') | pkg/analysis_server/test/integration/integration_test_methods.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698