| Index: pkg/analysis_server/test/edit/fixes_test.dart
|
| diff --git a/pkg/analysis_server/test/edit/fixes_test.dart b/pkg/analysis_server/test/edit/fixes_test.dart
|
| index 2a8a96e86e33dd78ee34ee03e2f27c3959a58434..a27dd4a989c0844a31678f6e770d59748d0d123d 100644
|
| --- a/pkg/analysis_server/test/edit/fixes_test.dart
|
| +++ b/pkg/analysis_server/test/edit/fixes_test.dart
|
| @@ -22,9 +22,7 @@ import '../analysis_abstract.dart';
|
|
|
| main() {
|
| groupSep = ' | ';
|
| - group('getFixes', () {
|
| - runReflectiveTests(FixesTest);
|
| - });
|
| + runReflectiveTests(FixesTest);
|
| }
|
|
|
|
|
|
|