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

Unified Diff: pkg/analysis_server/test/services/index/dart_index_contributor_test.dart

Issue 975753002: Some clean-ups for Index / SearchEngine. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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/dart_index_contributor_test.dart
diff --git a/pkg/analysis_server/test/services/index/dart_index_contributor_test.dart b/pkg/analysis_server/test/services/index/dart_index_contributor_test.dart
index 5a576158ac66dce8842960737e58d01573aba39d..6cda753b3f488dec58ddc9cf6f7c8f43cc98eca3 100644
--- a/pkg/analysis_server/test/services/index/dart_index_contributor_test.dart
+++ b/pkg/analysis_server/test/services/index/dart_index_contributor_test.dart
@@ -70,7 +70,7 @@ class DartUnitContributorTest extends AbstractSingleUnitTest {
recordedRelations
.add(new RecordedRelation(element, relationship, location));
});
- when(store.recordTopDeclaration(anyObject)).thenInvoke((Element element) {
+ when(store.recordTopLevelDeclaration(anyObject)).thenInvoke((Element element) {
recordedTopElements.add(element);
});
}

Powered by Google App Engine
This is Rietveld 408576698