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

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

Issue 189433006: Support for DartBlockBody, DartExpressionBody, DartOmit in java2dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes for review comments. Created 6 years, 9 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 01f2299f28e3f6480f0a231b15ef5f92c881a25b..704bf1bf8e6e733c5ff05e158e3b4e003bc56947 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
@@ -31,6 +31,7 @@ public class TestAll {
suite.addTestSuite(GuavaSemanticProcessorTest.class);
suite.addTestSuite(JUnitSemanticProcessorTest.class);
suite.addTestSuite(EngineSemanticProcessorTest.class);
+ suite.addTestSuite(EngineAnnotationProcessorTest.class);
return suite;
}
}

Powered by Google App Engine
This is Rietveld 408576698