| Index: pkg/analysis_services/test/correction/strings_test.dart
|
| diff --git a/pkg/analysis_services/test/correction/strings_test.dart b/pkg/analysis_services/test/correction/strings_test.dart
|
| index a02f1648692c4c40faebdda7c5a9f6596935b53a..47fbfa6a52dd6441562724b52de572c80f3b2f5f 100644
|
| --- a/pkg/analysis_services/test/correction/strings_test.dart
|
| +++ b/pkg/analysis_services/test/correction/strings_test.dart
|
| @@ -15,9 +15,7 @@ import 'package:unittest/unittest.dart' hide isEmpty;
|
|
|
| main() {
|
| groupSep = ' | ';
|
| - group('strings', () {
|
| - runReflectiveTests(StringsTest);
|
| - });
|
| + runReflectiveTests(StringsTest);
|
| }
|
|
|
|
|
|
|