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

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: Update a couple of comment.s Created 9 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: 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"]);

Powered by Google App Engine
This is Rietveld 408576698