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