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

Unified Diff: pkg/front_end/lib/src/fasta/analyzer/analyzer_compile.dart

Issue 2722223006: Move all main methods to tool/. (Closed)
Patch Set: Update tools/patch_sdk.dart. Created 3 years, 10 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
« no previous file with comments | « no previous file | pkg/front_end/lib/src/fasta/analyzer/compile_platform_dartk.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/fasta/analyzer/analyzer_compile.dart
diff --git a/pkg/front_end/lib/src/fasta/analyzer/analyzer_compile.dart b/pkg/front_end/lib/src/fasta/analyzer/analyzer_compile.dart
index d348e70c68d7c87ceeb9b429edb6c876e6b82ce4..dd90575a369a1801556f75eb328cb3ca21c7efe4 100644
--- a/pkg/front_end/lib/src/fasta/analyzer/analyzer_compile.dart
+++ b/pkg/front_end/lib/src/fasta/analyzer/analyzer_compile.dart
@@ -53,7 +53,7 @@ class AnalyzerCompileTask extends CompileTask {
}
}
-main(List<String> arguments) async {
+mainEntryPoint(List<String> arguments) async {
for (int i = 0; i < iterations; i++) {
if (i > 0) {
print("\n");
« no previous file with comments | « no previous file | pkg/front_end/lib/src/fasta/analyzer/compile_platform_dartk.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698