| Index: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/ast/TestAll.java
|
| diff --git a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/ast/TestAll.java b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/ast/TestAll.java
|
| index ca06943b3e3b2be67c0a1e922dca271be8c2f0e3..1eb4e2e6ea55f928c6b8eda2b4687cbe8bd6584d 100644
|
| --- a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/ast/TestAll.java
|
| +++ b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/ast/TestAll.java
|
| @@ -21,6 +21,7 @@ import junit.framework.TestSuite;
|
| public class TestAll {
|
| public static Test suite() {
|
| TestSuite suite = new ExtendedTestSuite("Tests in " + TestAll.class.getPackage().getName());
|
| + suite.addTestSuite(ClassDeclarationTest.class);
|
| suite.addTestSuite(IndexExpressionTest.class);
|
| suite.addTestSuite(NodeListTest.class);
|
| suite.addTestSuite(SimpleIdentifierTest.class);
|
|
|