| Index: editor/tools/plugins/com.google.dart.engine.services_test/src/com/google/dart/engine/services/internal/correction/QuickFixProcessorImplTest.java
|
| diff --git a/editor/tools/plugins/com.google.dart.engine.services_test/src/com/google/dart/engine/services/internal/correction/QuickFixProcessorImplTest.java b/editor/tools/plugins/com.google.dart.engine.services_test/src/com/google/dart/engine/services/internal/correction/QuickFixProcessorImplTest.java
|
| index 8a7fe6ee1dd09f7b78c23300fb5e3d3f91450248..97062b4b86dc085e558e87deb3be07cd33b3ca0d 100644
|
| --- a/editor/tools/plugins/com.google.dart.engine.services_test/src/com/google/dart/engine/services/internal/correction/QuickFixProcessorImplTest.java
|
| +++ b/editor/tools/plugins/com.google.dart.engine.services_test/src/com/google/dart/engine/services/internal/correction/QuickFixProcessorImplTest.java
|
| @@ -912,6 +912,7 @@ public class QuickFixProcessorImplTest extends RefactoringImplTest {
|
| }
|
|
|
| public void test_isNotNull() throws Exception {
|
| + enableContextHints();
|
| prepareProblemWithFix(
|
| "// filler filler filler filler filler filler filler filler filler filler",
|
| "main(p) {",
|
| @@ -927,6 +928,7 @@ public class QuickFixProcessorImplTest extends RefactoringImplTest {
|
| }
|
|
|
| public void test_isNull() throws Exception {
|
| + enableContextHints();
|
| prepareProblemWithFix(
|
| "// filler filler filler filler filler filler filler filler filler filler",
|
| "main(p) {",
|
|
|