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

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

Issue 1209633002: Warning fix. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d3fe2030198adb11eaa7252bdd82556e7fc09824..a93591eba58e867934591a491b054a653fc08dc5 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
@@ -1502,7 +1502,7 @@ main(A a, p) {
LocationImpl _assertRecordedRelationForName(String expectedName,
RelationshipImpl expectedRelationship,
ExpectedLocation expectedLocation) {
- _assertRecordedRelationForElement(
+ return _assertRecordedRelationForElement(
new NameElement(expectedName), expectedRelationship, expectedLocation);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698