| Index: pkg/analysis_services/test/index/local_index_test.dart
|
| diff --git a/pkg/analysis_services/test/index/local_index_test.dart b/pkg/analysis_services/test/index/local_index_test.dart
|
| index d6e4b77aa5ca37c027a1d35f8c142ad88ee63b93..30076e938b2bc8a4a12b4015bf9847867f8df664 100644
|
| --- a/pkg/analysis_services/test/index/local_index_test.dart
|
| +++ b/pkg/analysis_services/test/index/local_index_test.dart
|
| @@ -21,9 +21,7 @@ import 'store/single_source_container.dart';
|
|
|
| main() {
|
| groupSep = ' | ';
|
| - group('LocalIndex', () {
|
| - runReflectiveTests(LocalIndexTest);
|
| - });
|
| + runReflectiveTests(LocalIndexTest);
|
| }
|
|
|
|
|
|
|