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

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

Issue 244183002: Add ClassDeclaration/ClassTypeAlias.isAbstract() and use them. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: forgotten class Created 6 years, 8 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 ae56b54fa9c1ff8f730adff90ba74bd3c19d69ca..d53471c30fea2009d6000ddf81e9925066ffa353 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
@@ -22,6 +22,7 @@ public class TestAll {
public static Test suite() {
TestSuite suite = new ExtendedTestSuite("Tests in " + TestAll.class.getPackage().getName());
suite.addTestSuite(ClassDeclarationTest.class);
+ suite.addTestSuite(ClassTypeAliasTest.class);
suite.addTestSuite(IndexExpressionTest.class);
suite.addTestSuite(NodeListTest.class);
suite.addTestSuite(SimpleIdentifierTest.class);

Powered by Google App Engine
This is Rietveld 408576698