| 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 cea40b19f546c6b5649e3fddde2cc6fc5ff56e76..2a69730cf912ded0e56d64d8473b7a96d7be6beb 100644
|
| --- a/pkg/analysis_server/test/services/correction/fix_test.dart
|
| +++ b/pkg/analysis_server/test/services/correction/fix_test.dart
|
| @@ -13,15 +13,15 @@ import 'package:analyzer/source/package_map_resolver.dart';
|
| import 'package:analyzer/src/generated/error.dart';
|
| import 'package:analyzer/src/generated/parser.dart';
|
| import 'package:analyzer/src/generated/source.dart';
|
| +import 'package:test_reflective_loader/test_reflective_loader.dart';
|
| import 'package:unittest/unittest.dart';
|
|
|
| import '../../abstract_context.dart';
|
| import '../../abstract_single_unit.dart';
|
| -import '../../reflective_tests.dart';
|
|
|
| main() {
|
| groupSep = ' | ';
|
| - runReflectiveTests(FixProcessorTest);
|
| + defineReflectiveTests(FixProcessorTest);
|
| }
|
|
|
| typedef bool AnalysisErrorFilter(AnalysisError error);
|
|
|