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

Unified Diff: pkg/analysis_server/test/integration/analysis/test_all.dart

Issue 1398033004: One extension manager (to bind them all). (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Unstage pubspec. Created 5 years, 2 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
« no previous file with comments | « pkg/analysis_server/test/integration/analysis/lint_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/integration/analysis/test_all.dart
diff --git a/pkg/analysis_server/test/integration/analysis/test_all.dart b/pkg/analysis_server/test/integration/analysis/test_all.dart
index 54fdd0a8d82c9d17ab719abcad8b2fee413e3a3a..eca1a87373919ad684e42a6d6358dd4824ef2676 100644
--- a/pkg/analysis_server/test/integration/analysis/test_all.dart
+++ b/pkg/analysis_server/test/integration/analysis/test_all.dart
@@ -14,6 +14,7 @@ import 'get_errors_before_analysis_test.dart'
import 'get_hover_test.dart' as get_hover_test;
import 'highlights_test.dart' as highlights_test;
import 'highlights_test2.dart' as highlights_test2;
+import 'lint_test.dart' as lint_test;
import 'navigation_test.dart' as navigation_test;
import 'occurrences_test.dart' as occurrences_test;
import 'outline_test.dart' as outline_test;
@@ -36,6 +37,7 @@ main() {
get_hover_test.main();
highlights_test.main();
highlights_test2.main();
+ lint_test.main();
navigation_test.main();
occurrences_test.main();
outline_test.main();
« no previous file with comments | « pkg/analysis_server/test/integration/analysis/lint_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698