Support for --machine-problems, tests for PrettyErrorFormatter

R=zundel@google.com
BUG=
TEST=

Review URL: http://codereview.chromium.org//8476005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1261 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
scheglov@google.com 2011-11-07 15:06:56 +00:00
parent ec697c8481
commit 7d8db52436

View file

@ -42,7 +42,7 @@ public class CommandLineOptions {
private boolean exposeCoreImpl = false;
@Option(name = "--machine-problems",
usage = "Print problems with all details")
usage = "Format errors for machine parsing")
private boolean printMachineProblems = false;
@Option(name = "--enable_type_checks",