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

Unified Diff: pkg/analysis_server/test/services/index/store/collection_test.dart

Issue 484733003: Import analysis_services.dart into analysis_server.dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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/analysis_server/test/services/index/store/collection_test.dart
diff --git a/pkg/analysis_services/test/index/store/collection_test.dart b/pkg/analysis_server/test/services/index/store/collection_test.dart
similarity index 95%
rename from pkg/analysis_services/test/index/store/collection_test.dart
rename to pkg/analysis_server/test/services/index/store/collection_test.dart
index 0872624d7cf1e87be25f9dc2e4a084438baad201..5b4ce8248fa9bda8349fe31db3378e68a68d4787 100644
--- a/pkg/analysis_services/test/index/store/collection_test.dart
+++ b/pkg/analysis_server/test/services/index/store/collection_test.dart
@@ -4,7 +4,7 @@
library test.services.src.index.store.collection;
-import 'package:analysis_services/src/index/store/collection.dart';
+import 'package:analysis_server/src/services/index/store/collection.dart';
import 'package:analysis_testing/reflective_tests.dart';
import 'package:unittest/unittest.dart';

Powered by Google App Engine
This is Rietveld 408576698