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

Unified Diff: tests/compiler/dart2js/serialization_analysis_test.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/serialization_analysis_test.dart
diff --git a/tests/compiler/dart2js/serialization_analysis_test.dart b/tests/compiler/dart2js/serialization_analysis_test.dart
index 6dda9c8536402cbba685ebafa6b0754ab1ea47fe..ffef134664cd3e0629aa6d3cccd22ae96f6f564d 100644
--- a/tests/compiler/dart2js/serialization_analysis_test.dart
+++ b/tests/compiler/dart2js/serialization_analysis_test.dart
@@ -204,7 +204,7 @@ Future analyze(String serializedData, Uri entryPoint, Test test) async {
Future<String> serializeDartCore() async {
Compiler compiler = compilerFor(
options: ['--analyze-all', '--output-type=dart']);
- await compiler.runCompiler(Uri.parse('dart:core'));
+ await compiler.run(Uri.parse('dart:core'));
return serialize(compiler.libraryLoader.libraries);
}

Powered by Google App Engine
This is Rietveld 408576698