| Index: tests/compiler/dart2js/simple_inferrer_const_closure5_test.dart
|
| diff --git a/tests/compiler/dart2js/simple_inferrer_const_closure5_test.dart b/tests/compiler/dart2js/simple_inferrer_const_closure5_test.dart
|
| index 50d6f2a00f44c32552a306fe2c8f4fc527dd39b6..9b550e54d30699a3dd3bb117dc58f83ddb9bce26 100644
|
| --- a/tests/compiler/dart2js/simple_inferrer_const_closure5_test.dart
|
| +++ b/tests/compiler/dart2js/simple_inferrer_const_closure5_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) {
|
|
|