| Index: pkg/analyzer/test/src/summary/resynthesize_strong_test.dart
|
| diff --git a/pkg/analyzer/test/src/summary/resynthesize_strong_test.dart b/pkg/analyzer/test/src/summary/resynthesize_strong_test.dart
|
| index b6a92587b83b02d09aeef6fc8fcfd9919f79f54c..37c2f4a2cab144a32580a7df27cafe5f959fbcc3 100644
|
| --- a/pkg/analyzer/test/src/summary/resynthesize_strong_test.dart
|
| +++ b/pkg/analyzer/test/src/summary/resynthesize_strong_test.dart
|
| @@ -18,5 +18,6 @@ main() {
|
| @reflectiveTest
|
| class ResynthStrongTest extends ResynthTest {
|
| @override
|
| - AnalysisOptionsImpl get options => super.options..strongMode = true;
|
| + AnalysisOptionsImpl createOptions() =>
|
| + super.createOptions()..strongMode = true;
|
| }
|
|
|