Index: tests/compiler/dart2js/simple_inferrer_unregister_call_test.dart |
diff --git a/tests/compiler/dart2js/simple_inferrer_unregister_call_test.dart b/tests/compiler/dart2js/simple_inferrer_unregister_call_test.dart |
index 06bba807adfc767ef6aef88963dade0d860e6cb8..6cf0402063628ad0d7759c336e318ab33454a9ee 100644 |
--- a/tests/compiler/dart2js/simple_inferrer_unregister_call_test.dart |
+++ b/tests/compiler/dart2js/simple_inferrer_unregister_call_test.dart |
@@ -32,7 +32,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; |
checkReturnInClass(String className, String methodName, type) { |