| Index: tests/compiler/dart2js/type_combination_test.dart
|
| diff --git a/tests/compiler/dart2js/type_combination_test.dart b/tests/compiler/dart2js/type_combination_test.dart
|
| index 2dc9f61e9c18c5fed00344735f26112fdbe1110f..c75ad567b0bda143be56355ada71850868701477 100644
|
| --- a/tests/compiler/dart2js/type_combination_test.dart
|
| +++ b/tests/compiler/dart2js/type_combination_test.dart
|
| @@ -734,7 +734,7 @@ void main() {
|
| World world = compiler.world;
|
| backend.interceptorsLibrary.forEachLocalMember((element) {
|
| if (element.isClass) {
|
| - element.ensureResolved(compiler);
|
| + element.ensureResolved(compiler.resolution);
|
| backend.registerInstantiatedType(
|
| element.rawType,
|
| compiler.enqueuer.resolution,
|
|
|