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

Unified Diff: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/ast/TestAll.java

Issue 11787017: Initial implementation of MemoryIndexStoreImpl and IndexContributor. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update for review comments Created 7 years, 11 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: 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 fd5dec356629a6fb2c811780ba10e6b44e1df9b6..1fcb91e51d6e9c5fa33b518d893d2a11bb848b90 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(SimpleIdentifierTest.class);
suite.addTest(com.google.dart.engine.ast.visitor.TestAll.suite());
return suite;
}

Powered by Google App Engine
This is Rietveld 408576698