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

Unified Diff: editor/util/plugins/com.google.dart.java2dart_test/src/com/google/dart/java2dart/processor/TestAll.java

Issue 22285004: New analyzer_experimental snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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: editor/util/plugins/com.google.dart.java2dart_test/src/com/google/dart/java2dart/processor/TestAll.java
diff --git a/editor/util/plugins/com.google.dart.java2dart_test/src/com/google/dart/java2dart/processor/TestAll.java b/editor/util/plugins/com.google.dart.java2dart_test/src/com/google/dart/java2dart/processor/TestAll.java
index 88abd8f119e5f02ed2bbea38017c735170803948..01f2299f28e3f6480f0a231b15ef5f92c881a25b 100644
--- a/editor/util/plugins/com.google.dart.java2dart_test/src/com/google/dart/java2dart/processor/TestAll.java
+++ b/editor/util/plugins/com.google.dart.java2dart_test/src/com/google/dart/java2dart/processor/TestAll.java
@@ -20,6 +20,7 @@ public class TestAll {
public static Test suite() {
TestSuite suite = new TestSuite("Tests in " + TestAll.class.getPackage().getName());
suite.addTestSuite(BeautifySemanticProcessorTest.class);
+ suite.addTestSuite(TypeSemanticProcessorTest.class);
suite.addTestSuite(ObjectSemanticProcessorTest.class);
suite.addTestSuite(MathSemanticProcessorTest.class);
suite.addTestSuite(DateSemanticProcessorTest.class);

Powered by Google App Engine
This is Rietveld 408576698