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

Unified Diff: compiler/java/com/google/dart/compiler/CommandLineOptions.java

Issue 8223005: remove TestRunner and revector callers to DartRunner (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Get rid of TestRunner Created 9 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
« no previous file with comments | « no previous file | compiler/java/com/google/dart/runner/DartRunner.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/java/com/google/dart/compiler/CommandLineOptions.java
diff --git a/compiler/java/com/google/dart/compiler/CommandLineOptions.java b/compiler/java/com/google/dart/compiler/CommandLineOptions.java
index c7485a01a5eacd456d078f7af2bba2fc13927942..80cc884e578f6a3b3a27f1b63aadab3e2ab72270 100644
--- a/compiler/java/com/google/dart/compiler/CommandLineOptions.java
+++ b/compiler/java/com/google/dart/compiler/CommandLineOptions.java
@@ -42,7 +42,7 @@ public class CommandLineOptions {
usage = "Treat some type checks as warnings\n instead of fatal errors")
private boolean shouldWarnOnNoSuchType = false;
- @Option(name = "--enable_type_checks",
+ @Option(name = "--enable_type_checks",
usage = "Generate runtime type checks")
private boolean developerModeChecks = false;
@@ -349,13 +349,6 @@ public class CommandLineOptions {
}
}
-
- /**
- * Command line options accepted by the {@link com.google.dart.runner.TestRunner} entry point.
- */
- public static class TestRunnerOptions extends DartRunnerOptions {
- }
-
/**
* Parses command line options, handling the feature to ignore unrecognized
* flags.
« no previous file with comments | « no previous file | compiler/java/com/google/dart/runner/DartRunner.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698