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

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

Issue 26096002: New analyzer_experimental snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
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 4a4657e90459c6c7af7f3abb67d40ff53a06d9bb..8eba8aeda6ac02417a2ec6fc071da8d8a9d3aa0e 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(HintCodeTest.class);
+ suite.addTestSuite(MemberMapTest.class);
suite.addTestSuite(NonHintCodeTest.class);
suite.addTestSuite(NonErrorResolverTest.class);
//suite.addTestSuite(PubSuggestionCodeTest.class);

Powered by Google App Engine
This is Rietveld 408576698