| Index: pkg/analyzer/test/generated/resolver_test.dart
|
| diff --git a/pkg/analyzer/test/generated/resolver_test.dart b/pkg/analyzer/test/generated/resolver_test.dart
|
| index 0e5a203b10b9a3fcf5ac5d3c935cf0e6bc9c7ab3..2eace3fd5db0aae94fab7701461dbe85101daeae 100644
|
| --- a/pkg/analyzer/test/generated/resolver_test.dart
|
| +++ b/pkg/analyzer/test/generated/resolver_test.dart
|
| @@ -1987,8 +1987,8 @@ class ElementResolverTest extends EngineTestCase {
|
| _definingLibrary.definingCompilationUnit = definingCompilationUnit;
|
| Library library = new Library(context, _listener, source);
|
| library.libraryElement = _definingLibrary;
|
| - _visitor = new ResolverVisitor(library.libraryElement, source,
|
| - _typeProvider, context.typeSystem, library.errorListener,
|
| + _visitor = new ResolverVisitor(
|
| + library.libraryElement, source, _typeProvider, library.errorListener,
|
| nameScope: library.libraryScope,
|
| inheritanceManager: library.inheritanceManager);
|
| try {
|
| @@ -11386,8 +11386,8 @@ class StaticTypeAnalyzerTest extends EngineTestCase {
|
| definingLibrary.definingCompilationUnit = definingCompilationUnit;
|
| Library library = new Library(context, _listener, source);
|
| library.libraryElement = definingLibrary;
|
| - _visitor = new ResolverVisitor(library.libraryElement, source,
|
| - _typeProvider, context.typeSystem, library.errorListener,
|
| + _visitor = new ResolverVisitor(
|
| + library.libraryElement, source, _typeProvider, library.errorListener,
|
| nameScope: library.libraryScope,
|
| inheritanceManager: library.inheritanceManager);
|
| _visitor.overrideManager.enterScope();
|
|
|