| Index: tests/compiler/dart2js/simple_inferrer_const_closure4_test.dart
|
| diff --git a/tests/compiler/dart2js/simple_inferrer_const_closure4_test.dart b/tests/compiler/dart2js/simple_inferrer_const_closure4_test.dart
|
| index 9a2fb7cd1b876059739e6678814dcb4276d93883..b52e17adbcfd22114627c064e34dc971716a4eff 100644
|
| --- a/tests/compiler/dart2js/simple_inferrer_const_closure4_test.dart
|
| +++ b/tests/compiler/dart2js/simple_inferrer_const_closure4_test.dart
|
| @@ -29,7 +29,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;
|
|
|
| checkArgument(String functionName, type) {
|
|
|