Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1506)

Unified Diff: dart/compiler/javatests/com/google/dart/compiler/common/CommonTests.java

Issue 9353015: Remove dartc optimizing backend. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix minor test issues Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 c26eac4469f728fc999c784d0878e09fe450b053..e3109d581fbe28efb26078a73f8a795af9e34e79 100644
--- a/dart/compiler/javatests/com/google/dart/compiler/common/CommonTests.java
+++ b/dart/compiler/javatests/com/google/dart/compiler/common/CommonTests.java
@@ -16,12 +16,7 @@ public class CommonTests extends TestSetup {
public static Test suite() {
TestSuite suite = new TestSuite("Dart common test suite.");
-
- // TODO(zundel): remove all tests related to code generation
- // suite.addTestSuite(GenerateSourceMapTest.class); // related to code generation
suite.addTestSuite(LibrarySourceFileTest.class);
- suite.addTestSuite(NameTest.class);
- suite.addTestSuite(NameFactoryTest.class);
return new CommonTests(suite);
}
}

Powered by Google App Engine
This is Rietveld 408576698