| 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 f439ce02aa008d9c418d43933b9b1d1f2928a0c2..400f057f0d290b51807f5797715668d8ae9c5784 100644
|
| --- a/pkg/analysis_server/test/services/correction/fix_test.dart
|
| +++ b/pkg/analysis_server/test/services/correction/fix_test.dart
|
| @@ -18,9 +18,10 @@ import 'package:unittest/unittest.dart';
|
|
|
| import '../../abstract_context.dart';
|
| import '../../abstract_single_unit.dart';
|
| +import '../../utils.dart';
|
|
|
| main() {
|
| - groupSep = ' | ';
|
| + initializeTestEnvironment();
|
| defineReflectiveTests(FixProcessorTest);
|
| }
|
|
|
|
|