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

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

Issue 458063002: Initial work on refactorings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/correction/test_all.dart
diff --git a/pkg/analysis_services/test/correction/test_all.dart b/pkg/analysis_services/test/correction/test_all.dart
index 6a7094efedb9605eff35795a7f9551f3984dff12..7f9f2ab3b85034fa92b2512da0a2d0ea9cf6450b 100644
--- a/pkg/analysis_services/test/correction/test_all.dart
+++ b/pkg/analysis_services/test/correction/test_all.dart
@@ -12,6 +12,7 @@ import 'fix_test.dart' as fix_test;
import 'levenshtein_test.dart' as levenshtein_test;
import 'name_suggestion_test.dart' as name_suggestion_test;
import 'source_range_test.dart' as source_range_test;
+import 'status_test.dart' as status_test;
import 'strings_test.dart' as strings_test;
/// Utility for manually running all tests.
@@ -24,6 +25,7 @@ main() {
levenshtein_test.main();
name_suggestion_test.main();
source_range_test.main();
+ status_test.main();
strings_test.main();
});
}

Powered by Google App Engine
This is Rietveld 408576698