Chromium Code Reviews| 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). |
|
ahe
2015/11/17 16:44:09
Why this change?
sigurdm
2015/11/19 14:33:47
To shut up the analyzer. See: https://github.com/d
|
| String programName = sentence.programName; |
| String fletchVm = "$programName-vm"; |
| this.sentence = analyzeSentence(sentence, options); |