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

Unified Diff: pkg/fletchc/lib/src/driver/driver_main.dart

Issue 1450393002: Roll sdk dependency to 34357cdad108dcba734949bd13bd28c76ea285e0 (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Update status files Created 5 years, 1 month 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: pkg/fletchc/lib/src/driver/driver_main.dart
diff --git a/pkg/fletchc/lib/src/driver/driver_main.dart b/pkg/fletchc/lib/src/driver/driver_main.dart
index 94f718ab69dd984c96e1371bb9f4a2f4005d73d6..3f5d803cef718da6491e172c493bdd06d45b4ed9 100644
--- a/pkg/fletchc/lib/src/driver/driver_main.dart
+++ b/pkg/fletchc/lib/src/driver/driver_main.dart
@@ -456,8 +456,8 @@ class ClientController {
Options options = Options.parse(arguments);
Sentence sentence =
parseSentence(options.nonOptionArguments, includesProgramName: true);
- /// [programName] is the canonicalized absolute path to the fletch
- /// executable (the C++ program).
+ // [programName] is the canonicalized absolute path to the fletch
+ // executable (the C++ program).
String programName = sentence.programName;
String fletchVm = "$programName-vm";
this.sentence = analyzeSentence(sentence, options);

Powered by Google App Engine
This is Rietveld 408576698