| Index: pkg/analysis_server/test/services/correction/fix_test.dart
|
| diff --git a/pkg/analysis_server/test/services/correction/fix_test.dart b/pkg/analysis_server/test/services/correction/fix_test.dart
|
| index ba3ceb046449015e0d54ebf1c86b01f7c84fd44f..c3592214a2db867c8810849ccf4f51eca7ddda04 100644
|
| --- a/pkg/analysis_server/test/services/correction/fix_test.dart
|
| +++ b/pkg/analysis_server/test/services/correction/fix_test.dart
|
| @@ -26,7 +26,7 @@ main() {
|
| }
|
|
|
|
|
| -@ReflectiveTestCase()
|
| +@reflectiveTest
|
| class FixProcessorTest extends AbstractSingleUnitTest {
|
| Index index;
|
| SearchEngineImpl searchEngine;
|
|
|