| 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 c37264eb69e216aafd0030aff3b8397e01a0a4a1..a469f1a113a6b1408582d7050d2008e0727b45ce 100644
|
| --- a/pkg/analysis_server/test/completion_test.dart
|
| +++ b/pkg/analysis_server/test/completion_test.dart
|
| @@ -2637,7 +2637,7 @@ class Q {
|
| "K+else",
|
| "L+return"
|
| ],
|
| - failingTests: '35BCHK');
|
| + failingTests: '3BCHK');
|
|
|
| // operators in function
|
| buildTests('test015', '''f(a,b,c) => a + b * c !1;''', <String>["1+=="],
|
|
|