| 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 d07c4fce23f3d9c861ba0903440e853aed7a9ffb..ba1e7e04452011ee1c609f5b77d66993ff13893f 100644
|
| --- a/tests/compiler/dart2js/type_combination_test.dart
|
| +++ b/tests/compiler/dart2js/type_combination_test.dart
|
| @@ -768,7 +768,6 @@ void main() {
|
| impactBuilder
|
| .registerTypeUse(new TypeUse.instantiation(patternImplClass.rawType));
|
| compiler.enqueuer.resolution.applyImpact(impactBuilder);
|
| - backend.onResolutionEnd();
|
| compiler.closeResolution();
|
| ClosedWorld closedWorld =
|
| compiler.resolutionWorldBuilder.closedWorldForTesting;
|
|
|