Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: tests/try/poi/compiler_test_case.dart

Issue 1417323005: Rename Compiler.runCompiler -> runInternal. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
});
}
« pkg/compiler/lib/src/compiler.dart ('K') | « tests/compiler/dart2js/union_type_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698