| 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 1101d88cacb5435f941ec7f5f047cc4a26c00d6f..0d967435944c41125ed42d850cc78aa3afa21ffc 100644
|
| --- a/pkg/analysis_server/test/completion_test.dart
|
| +++ b/pkg/analysis_server/test/completion_test.dart
|
| @@ -1421,7 +1421,7 @@ class B extends A {
|
| main() {
|
| super.!1
|
| }
|
| -}''', <String>["1+fa", "1-fb", "1+ma", "1-mb"], failingTests: '1');
|
| +}''', <String>["1+fa", "1-fb", "1+ma", "1-mb"]);
|
|
|
| buildTests('testCompletion_superConstructorInvocation_noNamePrefix', '''
|
| class A {
|
|
|