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

Unified Diff: frog/tests/leg/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/test_config.dart
diff --git a/frog/tests/leg/test_config.dart b/frog/tests/leg/test_config.dart
index 090c3fa9eb36e191512e18c394702bdefdc7c21e..4a1de02950367ed76b87c92492c2c42501ae4304 100644
--- a/frog/tests/leg/test_config.dart
+++ b/frog/tests/leg/test_config.dart
@@ -9,6 +9,7 @@
class LegTestSuite extends StandardTestSuite {
LegTestSuite(Map configuration)
: super(configuration,
+ "leg",
"frog/tests/leg/src",
["frog/tests/leg/leg.status"]);
}

Powered by Google App Engine
This is Rietveld 408576698