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

Unified Diff: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/TestAll.java

Issue 15736020: generate suggestions during analysis (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/TestAll.java
diff --git a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/TestAll.java b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/TestAll.java
index 6e352d95bb6dee1c8bb50b2145b6702a0228af81..35ecf315fc99b4e1133e5b58b7427f20414ff067 100644
--- a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/TestAll.java
+++ b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/TestAll.java
@@ -24,6 +24,7 @@ public class TestAll {
suite.addTestSuite(CompileTimeErrorCodeTest.class);
suite.addTestSuite(ErrorResolverTest.class);
suite.addTestSuite(NonErrorResolverTest.class);
+ suite.addTestSuite(PubSuggestionCodeTest.class);
suite.addTestSuite(SimpleResolverTest.class);
suite.addTestSuite(StaticTypeWarningCodeTest.class);
suite.addTestSuite(StaticWarningCodeTest.class);

Powered by Google App Engine
This is Rietveld 408576698