| 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() {
|
|
|