| Index: tests/compiler/dart2js/simple_inferrer_const_closure_test.dart
|
| diff --git a/tests/compiler/dart2js/simple_inferrer_const_closure_test.dart b/tests/compiler/dart2js/simple_inferrer_const_closure_test.dart
|
| index 7b7be1a6da440c65728f34c064aa84760dbc9292..3f3056c014195b3de9cc7d7feaf2d3d305a800dd 100644
|
| --- a/tests/compiler/dart2js/simple_inferrer_const_closure_test.dart
|
| +++ b/tests/compiler/dart2js/simple_inferrer_const_closure_test.dart
|
| @@ -37,7 +37,7 @@ main() {
|
| void main() {
|
| Uri uri = new Uri(scheme: 'source');
|
| var compiler = compilerFor(TEST, uri);
|
| - asyncTest(() => compiler.runCompiler(uri).then((_) {
|
| + asyncTest(() => compiler.run(uri).then((_) {
|
| var typesInferrer = compiler.typesTask.typesInferrer;
|
|
|
| checkReturn(String name, type) {
|
|
|