| Index: editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/correction/QuickFixProcessorTest.java
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/correction/QuickFixProcessorTest.java b/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/correction/QuickFixProcessorTest.java
|
| index 03e2f3380ebc292403f7ce924f9a0edba6a4da92..43b307755c7a4cc5fac87fe957ea6b45dc91df7e 100644
|
| --- a/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/correction/QuickFixProcessorTest.java
|
| +++ b/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/correction/QuickFixProcessorTest.java
|
| @@ -474,6 +474,7 @@ public final class QuickFixProcessorTest extends AbstractDartTest {
|
| ""});
|
| setTestUnitContent(
|
| "// filler filler filler filler filler filler filler filler filler filler",
|
| + "part of App;",
|
| "main() {",
|
| " AAA a = null;",
|
| "}",
|
| @@ -489,6 +490,7 @@ public final class QuickFixProcessorTest extends AbstractDartTest {
|
| // unit itself is not changed
|
| assertTestUnitContent(
|
| "// filler filler filler filler filler filler filler filler filler filler",
|
| + "part of App;",
|
| "main() {",
|
| " AAA a = null;",
|
| "}",
|
|
|