| Index: tests/compiler/dart2js/call_site_simple_type_inferer_test.dart
|
| diff --git a/tests/compiler/dart2js/call_site_simple_type_inferer_test.dart b/tests/compiler/dart2js/call_site_simple_type_inferer_test.dart
|
| index 247a25fb655471a7da714cc3cb27e90c9d5de457..32ebcea4a6b0d58443eebeafbd97f0609f5d3230 100644
|
| --- a/tests/compiler/dart2js/call_site_simple_type_inferer_test.dart
|
| +++ b/tests/compiler/dart2js/call_site_simple_type_inferer_test.dart
|
| @@ -218,7 +218,7 @@ void doTest(String test, bool enableInlining, Function f) {
|
| enableInlining,
|
| (compiler, element) {
|
| var expectedTypes = f(compiler);
|
| - var signature = element.computeSignature(compiler);
|
| + var signature = element.computeSignature(compiler.resolution);
|
| int index = 0;
|
| var inferrer = compiler.typesTask.typesInferrer;
|
| signature.forEachParameter((Element element) {
|
|
|