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

Unified Diff: pkg/analyzer/test/generated/declaration_resolver_test.dart

Issue 1778663006: Clean up some warnings (issue 25964) (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 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 | « pkg/analysis_server/test/services/completion/dart/completion_manager_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/generated/declaration_resolver_test.dart
diff --git a/pkg/analyzer/test/generated/declaration_resolver_test.dart b/pkg/analyzer/test/generated/declaration_resolver_test.dart
index 487596aafc99a5ae9cdd00c131e3a3828fd07490..fc3a4c345ef39ced197b758b48bfb6f61eb13fd2 100644
--- a/pkg/analyzer/test/generated/declaration_resolver_test.dart
+++ b/pkg/analyzer/test/generated/declaration_resolver_test.dart
@@ -267,7 +267,7 @@ enum Fruit {apple, pear}
analysisContext.computeResult(source, LIBRARY_ELEMENT1);
CompilationUnit unit =
analysisContext.computeResult(target, RESOLVED_UNIT1);
- CompilationUnit unit2 = _cloneResolveUnit(unit);
+ _cloneResolveUnit(unit);
}
void test_functionDeclaration_getter() {
« no previous file with comments | « pkg/analysis_server/test/services/completion/dart/completion_manager_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698