| 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 0d967435944c41125ed42d850cc78aa3afa21ffc..883170bfd32a66ea6b5e91798f7061e9f9591500 100644
|
| --- a/pkg/analysis_server/test/completion_test.dart
|
| +++ b/pkg/analysis_server/test/completion_test.dart
|
| @@ -984,7 +984,7 @@ main() {
|
| enum MyEnum {A, B, C}
|
| main() {
|
| MyEnum.!1;
|
| -}''', <String>["1+values", "1+A", "1+B", "1+C"], failingTests: '1');
|
| +}''', <String>["1+values", "1+A", "1+B", "1+C"]);
|
|
|
| buildTests('testCompletion_exactPrefix_hasHigherRelevance', '''
|
| var STR;
|
|
|