| Index: pkg/analysis_services/test/correction/fix_test.dart
|
| diff --git a/pkg/analysis_services/test/correction/fix_test.dart b/pkg/analysis_services/test/correction/fix_test.dart
|
| index 31f926a9752a4eb9e0a1bdd4213bb9079d277a92..d0e4f12e186512ed9f2aca38b6503d8866684bf8 100644
|
| --- a/pkg/analysis_services/test/correction/fix_test.dart
|
| +++ b/pkg/analysis_services/test/correction/fix_test.dart
|
| @@ -20,9 +20,7 @@ import 'package:unittest/unittest.dart';
|
|
|
| main() {
|
| groupSep = ' | ';
|
| - group('FixProcessorTest', () {
|
| - runReflectiveTests(FixProcessorTest);
|
| - });
|
| + runReflectiveTests(FixProcessorTest);
|
| }
|
|
|
|
|
|
|