| Index: pkg/analysis_services/test/index/store/split_store_test.dart
|
| diff --git a/pkg/analyzer/test/index/store/split_store_test.dart b/pkg/analysis_services/test/index/store/split_store_test.dart
|
| similarity index 99%
|
| rename from pkg/analyzer/test/index/store/split_store_test.dart
|
| rename to pkg/analysis_services/test/index/store/split_store_test.dart
|
| index f752f9bce21d3b6503d6d7c16636b417292cba25..51c44747b850358b48d069cb50bb0708ab67fb11 100644
|
| --- a/pkg/analyzer/test/index/store/split_store_test.dart
|
| +++ b/pkg/analysis_services/test/index/store/split_store_test.dart
|
| @@ -2,19 +2,19 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library test.engine.src.index.split_store;
|
| +library test.services.src.index.store.split_store;
|
|
|
| import 'dart:async';
|
|
|
| +import 'package:analysis_services/index/index.dart';
|
| +import 'package:analysis_services/src/index/store/codec.dart';
|
| +import 'package:analysis_services/src/index/store/memory_node_manager.dart';
|
| +import 'package:analysis_services/src/index/store/split_store.dart';
|
| import 'package:analysis_testing/mocks.dart';
|
| import 'package:analysis_testing/reflective_tests.dart';
|
| -import 'package:analyzer/index/index.dart';
|
| import 'package:analyzer/src/generated/element.dart';
|
| import 'package:analyzer/src/generated/engine.dart';
|
| import 'package:analyzer/src/generated/source.dart';
|
| -import 'package:analyzer/src/index/store/codec.dart';
|
| -import 'package:analyzer/src/index/store/memory_node_manager.dart';
|
| -import 'package:analyzer/src/index/store/split_store.dart';
|
| import 'package:typed_mock/typed_mock.dart';
|
| import 'package:unittest/unittest.dart';
|
|
|
|
|