Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: pkg/analyzer/test/index/store/collection_test.dart

Issue 365193004: Move Index and IndexStore implementations into Engine. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/analyzer/test/index/store/collection_test.dart
diff --git a/pkg/analysis_server/test/index/store/collection_test.dart b/pkg/analyzer/test/index/store/collection_test.dart
similarity index 94%
rename from pkg/analysis_server/test/index/store/collection_test.dart
rename to pkg/analyzer/test/index/store/collection_test.dart
index 382510bd81b0eaa041ae9fc7be9e20177ffabfef..c384515d801c9f29f6f7ff1087a0090f99efb15f 100644
--- a/pkg/analysis_server/test/index/store/collection_test.dart
+++ b/pkg/analyzer/test/index/store/collection_test.dart
@@ -2,9 +2,9 @@
// 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.index.store.collection;
+library test.engine.src.index.store.collection;
-import 'package:analysis_server/src/index/store/collection.dart';
+import 'package:analyzer/src/index/store/collection.dart';
import 'package:unittest/unittest.dart';
import '../../reflective_tests.dart';

Powered by Google App Engine
This is Rietveld 408576698