| Index: tests/compiler/dart2js/no_such_method_codegen_test.dart
|
| diff --git a/tests/compiler/dart2js/no_such_method_codegen_test.dart b/tests/compiler/dart2js/no_such_method_codegen_test.dart
|
| index 85777ad7e387f79b06aa0ad2c3e3151a420d2658..b40d311ff568b1840f62d6b4e40e1b8c4affa13c 100644
|
| --- a/tests/compiler/dart2js/no_such_method_codegen_test.dart
|
| +++ b/tests/compiler/dart2js/no_such_method_codegen_test.dart
|
| @@ -20,5 +20,5 @@ main() => foo[42];
|
| main() {
|
| Uri uri = new Uri(scheme: 'source');
|
| var compiler = compilerFor(TEST, uri);
|
| - compiler.runCompiler(uri);
|
| + compiler.run(uri);
|
| }
|
|
|