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

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

Issue 458063002: Initial work on refactorings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes for review comments Created 6 years, 4 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_services/test/test_all.dart
diff --git a/pkg/analysis_services/test/test_all.dart b/pkg/analysis_services/test/test_all.dart
index 419bdfc2fd9c3e94afcbf29c35cb8d877688a23a..170b39a668ba1035011a8aed624af64f1d99002b 100644
--- a/pkg/analysis_services/test/test_all.dart
+++ b/pkg/analysis_services/test/test_all.dart
@@ -7,6 +7,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 'refactoring/test_all.dart' as refactoring_all;
import 'search/test_all.dart' as search_all;
/// Utility for manually running all tests.
@@ -15,5 +16,6 @@ main() {
completion_all.main();
correction_all.main();
index_all.main();
+ refactoring_all.main();
search_all.main();
}

Powered by Google App Engine
This is Rietveld 408576698