Index: tests/try/poi/compiler_test_case.dart |
diff --git a/tests/try/poi/compiler_test_case.dart b/tests/try/poi/compiler_test_case.dart |
index a1df70a5146f1daa466778fc1c6503db3df36f5e..711e47edd21e09924b5470f29f5cd65dade0e985 100644 |
--- a/tests/try/poi/compiler_test_case.dart |
+++ b/tests/try/poi/compiler_test_case.dart |
@@ -78,7 +78,7 @@ abstract class CompilerTestCase { |
/// Returns a future for the mainApp after running the compiler. |
Future<LibraryElement> compile() { |
return loadMainApp().then((LibraryElement library) { |
- return compiler.runCompiler(scriptUri).then((_) => library); |
+ return compiler.run(scriptUri).then((_) => library); |
}); |
} |