Index: dart/compiler/javatests/com/google/dart/compiler/common/CommonTests.java |
diff --git a/dart/compiler/javatests/com/google/dart/compiler/common/CommonTests.java b/dart/compiler/javatests/com/google/dart/compiler/common/CommonTests.java |
index 4a490cace9fa63caf53fb62bcef6d1f6526c4daf..c67f8fc1e05250586a66fb254f3a6ca4816999be 100644 |
--- a/dart/compiler/javatests/com/google/dart/compiler/common/CommonTests.java |
+++ b/dart/compiler/javatests/com/google/dart/compiler/common/CommonTests.java |
@@ -17,10 +17,7 @@ public class CommonTests extends TestSetup { |
public static Test suite() { |
TestSuite suite = new TestSuite("Dart common test suite."); |
- suite.addTestSuite(GenerateSourceMapTest.class); |
suite.addTestSuite(LibrarySourceFileTest.class); |
- suite.addTestSuite(NameTest.class); |
- suite.addTestSuite(NameFactoryTest.class); |
return new CommonTests(suite); |
} |
} |