| 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 37c2f4a2cab144a32580a7df27cafe5f959fbcc3..6520f5383b283244f83811a4cefeacc09d3cfb96 100644
|
| --- a/pkg/analyzer/test/src/summary/resynthesize_strong_test.dart
|
| +++ b/pkg/analyzer/test/src/summary/resynthesize_strong_test.dart
|
| @@ -12,11 +12,11 @@ import 'resynthesize_test.dart';
|
|
|
| main() {
|
| groupSep = ' | ';
|
| - runReflectiveTests(ResynthStrongTest);
|
| + runReflectiveTests(ResynthesizeStrongTest);
|
| }
|
|
|
| @reflectiveTest
|
| -class ResynthStrongTest extends ResynthTest {
|
| +class ResynthesizeStrongTest extends ResynthesizeElementTest {
|
| @override
|
| AnalysisOptionsImpl createOptions() =>
|
| super.createOptions()..strongMode = true;
|
|
|