Index: tests/compiler/dart2js/simple_inferrer_final_field_test.dart |
diff --git a/tests/compiler/dart2js/simple_inferrer_final_field_test.dart b/tests/compiler/dart2js/simple_inferrer_final_field_test.dart |
index 7e5853c0068c913c109c6df0b7e76f97bebfdcb9..1b74240368061c619c5d168c61b2cbe90b8c88c6 100644 |
--- a/tests/compiler/dart2js/simple_inferrer_final_field_test.dart |
+++ b/tests/compiler/dart2js/simple_inferrer_final_field_test.dart |
@@ -30,7 +30,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) { |