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

Unified Diff: tests/compiler/dart2js/type_test_helper.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/compiler/dart2js/type_test_helper.dart
diff --git a/tests/compiler/dart2js/type_test_helper.dart b/tests/compiler/dart2js/type_test_helper.dart
index 32ed3ff234aba4b083d78ba7cf18d23d92340d67..e4c3ce3ce25cae667f928233021af07c8ef02f0b 100644
--- a/tests/compiler/dart2js/type_test_helper.dart
+++ b/tests/compiler/dart2js/type_test_helper.dart
@@ -71,7 +71,7 @@ class TypeEnvironment {
getWarnings = () => collector.warnings;
}
compiler.stopAfterTypeInference = stopAfterTypeInference;
- return compiler.runCompiler(uri).then((_) {
+ return compiler.run(uri).then((_) {
if (expectNoErrors || expectNoWarningsOrErrors) {
var errors = getErrors();
Expect.isTrue(errors.isEmpty,

Powered by Google App Engine
This is Rietveld 408576698