| Index: tests/compiler/dart2js/compiler_test.dart
|
| diff --git a/tests/compiler/dart2js/compiler_test.dart b/tests/compiler/dart2js/compiler_test.dart
|
| index 3b1f425fa23914fb40997b98af1794c0637c395e..deb480b426dcdf8675ab046d60b334edd6e08f95 100644
|
| --- a/tests/compiler/dart2js/compiler_test.dart
|
| +++ b/tests/compiler/dart2js/compiler_test.dart
|
| @@ -50,7 +50,7 @@ Future testErrorHandling() {
|
| FunctionElement foo = compiler.mainApp.find('foo');
|
| compiler.setOnWarning(
|
| (c, n, m) => Expect.equals(foo, compiler.currentElement));
|
| - foo.computeType(compiler);
|
| + foo.computeType(compiler.resolution);
|
| Expect.equals(1, compiler.warnings.length);
|
| });
|
| }
|
|
|