| 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;
|
| }
|
| }
|
|
|