| Index: tests/compiler/dart2js/deferred_mirrors_test.dart
|
| diff --git a/tests/compiler/dart2js/deferred_mirrors_test.dart b/tests/compiler/dart2js/deferred_mirrors_test.dart
|
| index 6879d5690fc4c639ecb129569c7543a3f413a814..9ab7b19f9a59b9e185a545e1d11d7465ce5ad3ea 100644
|
| --- a/tests/compiler/dart2js/deferred_mirrors_test.dart
|
| +++ b/tests/compiler/dart2js/deferred_mirrors_test.dart
|
| @@ -57,7 +57,7 @@ runTests() async {
|
| compiler.deferredLoadTask.onResolutionComplete(main);
|
| var outputUnitForElement = compiler.deferredLoadTask.outputUnitForElement;
|
|
|
| - Expect.isFalse(compiler.backend.hasInsufficientMirrorsUsed);
|
| + Expect.isFalse(compiler.backend.mirrorsData.hasInsufficientMirrorsUsed);
|
| var mainLib = lookupLibrary(compiler, "memory:main3.dart");
|
| var lib3 = lookupLibrary(compiler, "memory:lib3.dart");
|
| var C = mainLib.find("C");
|
|
|