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

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

Issue 23578028: Fix for issue 13272 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Added missed file Created 7 years, 3 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/internal/constant/TestAll.java
diff --git a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/constant/TestAll.java b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/constant/TestAll.java
index 03a586c829b3b712a9b8390caddadb31d141ca6f..23158ea4083679002a6d306d5d931a758a282a99 100644
--- a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/constant/TestAll.java
+++ b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/constant/TestAll.java
@@ -23,6 +23,7 @@ public class TestAll {
TestSuite suite = new ExtendedTestSuite("Tests in " + TestAll.class.getPackage().getName());
suite.addTestSuite(ConstantFinderTest.class);
suite.addTestSuite(ConstantValueComputerTest.class);
+ suite.addTestSuite(ConstantVisitorTest.class);
suite.addTestSuite(DirectedGraphTest.class);
suite.addTestSuite(ReferenceFinderTest.class);
return suite;

Powered by Google App Engine
This is Rietveld 408576698