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

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

Issue 113143004: Constant evaluation support (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Clean-up Created 7 years 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/internal/TestAll.java
diff --git a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/TestAll.java b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/TestAll.java
index a4b0ca04791b23ab23fd8775702114138bb332bf..b33abafb31e12fab216c5022716468b301276d45 100644
--- a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/TestAll.java
+++ b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/TestAll.java
@@ -29,6 +29,7 @@ public class TestAll {
suite.addTest(com.google.dart.engine.internal.hint.TestAll.suite());
suite.addTest(com.google.dart.engine.internal.html.TestAll.suite());
suite.addTest(com.google.dart.engine.internal.index.TestAll.suite());
+ suite.addTest(com.google.dart.engine.internal.object.TestAll.suite());
suite.addTest(com.google.dart.engine.internal.resolver.TestAll.suite());
suite.addTest(com.google.dart.engine.internal.scope.TestAll.suite());
suite.addTest(com.google.dart.engine.internal.sdk.TestAll.suite());

Powered by Google App Engine
This is Rietveld 408576698