Index: tests/compiler/dart2js/simple_inferrer_and_or_test.dart |
diff --git a/tests/compiler/dart2js/simple_inferrer_and_or_test.dart b/tests/compiler/dart2js/simple_inferrer_and_or_test.dart |
index dea4f693ed1a00ae15958aa8dc7fdf0754f1124c..306392c830c6909ec5010944f73ab49d65246eb3 100644 |
--- a/tests/compiler/dart2js/simple_inferrer_and_or_test.dart |
+++ b/tests/compiler/dart2js/simple_inferrer_and_or_test.dart |
@@ -96,7 +96,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; |
checkReturn(String name, type) { |