Index: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/TestAll.java |
diff --git a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/TestAll.java b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/TestAll.java |
index 7211ef60fffc70bcbcf7322776a3a73858bc3f01..4996c5a672e3fd5eec985b6cc9e6f6267778f0ff 100644 |
--- a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/TestAll.java |
+++ b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/TestAll.java |
@@ -21,6 +21,7 @@ public class TestAll { |
TestSuite suite = new ExtendedTestSuite("Tests in " + TestAll.class.getPackage().getName()); |
suite.addTestSuite(AnalysisEngineTest.class); |
suite.addTest(com.google.dart.engine.ast.TestAll.suite()); |
+ suite.addTest(com.google.dart.engine.element.TestAll.suite()); |
suite.addTest(com.google.dart.engine.index.TestAll.suite()); |
suite.addTest(com.google.dart.engine.internal.TestAll.suite()); |
suite.addTest(com.google.dart.engine.parser.TestAll.suite()); |