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

Unified Diff: compiler/javatests/com/google/dart/compiler/IdeTests.java

Issue 9015002: Check for abstract method with body and top-level abstract elements, issue 871 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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: compiler/javatests/com/google/dart/compiler/IdeTests.java
diff --git a/compiler/javatests/com/google/dart/compiler/IdeTests.java b/compiler/javatests/com/google/dart/compiler/IdeTests.java
index 8cbc1df36d6c7a1e3216468ae846e48d76091a71..3e03e567706cf11066b831846c873f42c8049122 100644
--- a/compiler/javatests/com/google/dart/compiler/IdeTests.java
+++ b/compiler/javatests/com/google/dart/compiler/IdeTests.java
@@ -18,6 +18,7 @@ public class IdeTests extends TestSetup {
TestSuite suite = new TestSuite("IDE/dartc integration test suite.");
suite.addTestSuite(IdeTest.class);
suite.addTestSuite(DeltaAnalyzerTest.class);
+ suite.addTestSuite(CodeCompletionParseTest.class);
return suite;
}
}

Powered by Google App Engine
This is Rietveld 408576698