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

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: merge 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
« no previous file with comments | « editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/PubSuggestionCodeTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e72a0be1f887e3db0e374713017b500d0a2b531a..7e5a4be7b6741a59864cab171771404975a05fcf 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);
« no previous file with comments | « editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/PubSuggestionCodeTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698