| Index: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/utilities/collection/TestAll.java
|
| diff --git a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/utilities/collection/TestAll.java b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/utilities/collection/TestAll.java
|
| index d83a5519ba034f4f33aeedbba0c0b65e2a4c6d1e..42f14726b08cafa7b575485afbcc00244827e82c 100644
|
| --- a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/utilities/collection/TestAll.java
|
| +++ b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/utilities/collection/TestAll.java
|
| @@ -22,6 +22,7 @@ public class TestAll {
|
| public static Test suite() {
|
| TestSuite suite = new ExtendedTestSuite("Tests in " + TestAll.class.getPackage().getName());
|
| suite.addTestSuite(IntListTest.class);
|
| + suite.addTestSuite(IntStackTest.class);
|
| return suite;
|
| }
|
| }
|
|
|