| Index: editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/internal/text/TestAll.java
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/internal/text/TestAll.java b/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/internal/text/TestAll.java
|
| index ba857a8866c006f631675ec6c96d560b89fd12d9..5143156bcf258c25a5422c9c628de0b42daf87f4 100644
|
| --- a/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/internal/text/TestAll.java
|
| +++ b/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/internal/text/TestAll.java
|
| @@ -19,6 +19,7 @@ import junit.framework.TestSuite;
|
| public class TestAll {
|
| public static Test suite() {
|
| TestSuite suite = new TestSuite("Tests in " + TestAll.class.getPackage().getName());
|
| + suite.addTestSuite(SemanticHighlightingTest.class);
|
| suite.addTest(com.google.dart.tools.ui.internal.text.functions.TestAll.suite());
|
| return suite;
|
| }
|
|
|