| Index: pkg/analysis_server/test/completion_test.dart
|
| diff --git a/pkg/analysis_server/test/completion_test.dart b/pkg/analysis_server/test/completion_test.dart
|
| index 85a6fd8f704c2d7f52ef9c9f178642cf62ccc041..c37264eb69e216aafd0030aff3b8397e01a0a4a1 100644
|
| --- a/pkg/analysis_server/test/completion_test.dart
|
| +++ b/pkg/analysis_server/test/completion_test.dart
|
| @@ -2619,9 +2619,9 @@ class Q {
|
| "1+while",
|
| "2+do",
|
| "3+while",
|
| - "4+for (!)",
|
| + "4+for",
|
| "5+in",
|
| - "6+for (!)",
|
| + "6+for",
|
| "7+switch",
|
| "8+case",
|
| "9+default",
|
| @@ -2659,7 +2659,7 @@ class Q {
|
| !4part 'x';''',
|
| <String>[
|
| "1+library",
|
| - "2+import '!';",
|
| + "2+import",
|
| "3+export",
|
| "4+part",
|
| "5+as",
|
|
|