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

Unified Diff: frog/tests/leg_only/test_config.dart

Issue 8772007: Allow single-dash options to be specified without a space before value. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add warning on overriding selectors Created 9 years 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 | « frog/tests/leg/test_config.dart ('k') | samples/tests/samples/test_config.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/tests/leg_only/test_config.dart
diff --git a/frog/tests/leg_only/test_config.dart b/frog/tests/leg_only/test_config.dart
index 9ddd80c3feb2a1dd22c1626a1ee9dc66c6af3983..cdba583ca9d1a9fa3861541f2cd21e514369febb 100644
--- a/frog/tests/leg_only/test_config.dart
+++ b/frog/tests/leg_only/test_config.dart
@@ -9,6 +9,7 @@
class LegOnlyTestSuite extends StandardTestSuite {
LegOnlyTestSuite(Map configuration)
: super(configuration,
+ "leg_only",
"frog/tests/leg_only/src",
["frog/tests/leg_only/leg_only.status"]);
« no previous file with comments | « frog/tests/leg/test_config.dart ('k') | samples/tests/samples/test_config.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698