| Index: pkg/analyzer/test/generated/simple_resolver_test.dart
|
| diff --git a/pkg/analyzer/test/generated/simple_resolver_test.dart b/pkg/analyzer/test/generated/simple_resolver_test.dart
|
| index 8a3059bad86ca4dc774308960f12c402bdb20f6c..4df27be8f512b624d5f9ef51892996bc9bf62b9b 100644
|
| --- a/pkg/analyzer/test/generated/simple_resolver_test.dart
|
| +++ b/pkg/analyzer/test/generated/simple_resolver_test.dart
|
| @@ -656,9 +656,6 @@ class A {
|
| }
|
|
|
| void test_fieldFormalParameter() {
|
| - AnalysisOptionsImpl options = new AnalysisOptionsImpl();
|
| - options.enableInitializingFormalAccess = true;
|
| - resetWithOptions(options);
|
| Source source = addSource(r'''
|
| class A {
|
| int x;
|
|
|