| Index: pkg/analysis_services/test/index/store/split_store_test.dart
|
| diff --git a/pkg/analysis_services/test/index/store/split_store_test.dart b/pkg/analysis_services/test/index/store/split_store_test.dart
|
| index b0bdfd1edb2c2eb0f1f0a283f3122c8c2a09f176..d4fd5a94fd58498beb727adffc2276cac5938d3b 100644
|
| --- a/pkg/analysis_services/test/index/store/split_store_test.dart
|
| +++ b/pkg/analysis_services/test/index/store/split_store_test.dart
|
| @@ -24,21 +24,11 @@ import 'single_source_container.dart';
|
|
|
| main() {
|
| groupSep = ' | ';
|
| - group('FileNodeManager', () {
|
| - runReflectiveTests(_FileNodeManagerTest);
|
| - });
|
| - group('IndexNode', () {
|
| - runReflectiveTests(_IndexNodeTest);
|
| - });
|
| - group('LocationData', () {
|
| - runReflectiveTests(_LocationDataTest);
|
| - });
|
| - group('RelationKeyData', () {
|
| - runReflectiveTests(_RelationKeyDataTest);
|
| - });
|
| - group('SplitIndexStore', () {
|
| - runReflectiveTests(_SplitIndexStoreTest);
|
| - });
|
| + runReflectiveTests(_FileNodeManagerTest);
|
| + runReflectiveTests(_IndexNodeTest);
|
| + runReflectiveTests(_LocationDataTest);
|
| + runReflectiveTests(_RelationKeyDataTest);
|
| + runReflectiveTests(_SplitIndexStoreTest);
|
| }
|
|
|
|
|
|
|