| Index: tests/compiler/dart2js/memory_compiler.dart
|
| diff --git a/tests/compiler/dart2js/memory_compiler.dart b/tests/compiler/dart2js/memory_compiler.dart
|
| index 411257b5337d48e3cd7f2da35c789ff4a58e6a25..c829b16649f3c6295fa3f38454443820fd882b88 100644
|
| --- a/tests/compiler/dart2js/memory_compiler.dart
|
| +++ b/tests/compiler/dart2js/memory_compiler.dart
|
| @@ -159,8 +159,6 @@ CompilerImpl compilerFor(
|
| packagesDiscoveryProvider: packagesDiscoveryProvider));
|
|
|
| if (cachedCompiler != null) {
|
| - compiler.coreLibrary =
|
| - cachedCompiler.libraryLoader.lookupLibrary(Uri.parse('dart:core'));
|
| compiler.types = cachedCompiler.types.copy(compiler.resolution);
|
| Map copiedLibraries = {};
|
| cachedCompiler.libraryLoader.libraries.forEach((library) {
|
| @@ -183,12 +181,6 @@ CompilerImpl compilerFor(
|
|
|
| compiler.backend.constantCompilerTask.copyConstantValues(
|
| cachedCompiler.backend.constantCompilerTask);
|
| - compiler.mirrorSystemClass = cachedCompiler.mirrorSystemClass;
|
| - compiler.mirrorsUsedClass = cachedCompiler.mirrorsUsedClass;
|
| - compiler.mirrorSystemGetNameFunction =
|
| - cachedCompiler.mirrorSystemGetNameFunction;
|
| - compiler.mirrorsUsedConstructor = cachedCompiler.mirrorsUsedConstructor;
|
| - compiler.deferredLibraryClass = cachedCompiler.deferredLibraryClass;
|
|
|
| Iterable cachedTreeElements =
|
| cachedCompiler.enqueuer.resolution.processedElements;
|
|
|