| Index: pkg/analysis_services/test/index/dart_index_contributor_test.dart
|
| diff --git a/pkg/analysis_services/test/index/dart_index_contributor_test.dart b/pkg/analysis_services/test/index/dart_index_contributor_test.dart
|
| index f6d7e201537475fbb87311bcb919c25924771dab..d5e23e665c5436a0b0e5bb1c9ec988769771ab2d 100644
|
| --- a/pkg/analysis_services/test/index/dart_index_contributor_test.dart
|
| +++ b/pkg/analysis_services/test/index/dart_index_contributor_test.dart
|
| @@ -18,9 +18,7 @@ import 'package:unittest/unittest.dart';
|
|
|
| main() {
|
| groupSep = ' | ';
|
| - group('DartUnitContributor', () {
|
| - runReflectiveTests(DartUnitContributorTest);
|
| - });
|
| + runReflectiveTests(DartUnitContributorTest);
|
| }
|
|
|
|
|
|
|