| Index: tests/compiler/dart2js/simple_inferrer_final_field2_test.dart
|
| diff --git a/tests/compiler/dart2js/simple_inferrer_final_field2_test.dart b/tests/compiler/dart2js/simple_inferrer_final_field2_test.dart
|
| index 36019136d3d491117b7ca8f24b0337a9b865dde7..8147f144c347d9adb14e6e79c982f08a9087735a 100644
|
| --- a/tests/compiler/dart2js/simple_inferrer_final_field2_test.dart
|
| +++ b/tests/compiler/dart2js/simple_inferrer_final_field2_test.dart
|
| @@ -27,7 +27,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;
|
|
|
| checkFieldTypeInClass(String className, String fieldName, type) {
|
|
|