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

Unified Diff: frog/tests/frog/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 | « no previous file | frog/tests/leg/test_config.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/tests/frog/test_config.dart
diff --git a/frog/tests/frog/test_config.dart b/frog/tests/frog/test_config.dart
index f22e699cad25077e71b298593bcae505619001f0..e99bbeb4ea33e06c4e8821fa0c16c253ddc82221 100644
--- a/frog/tests/frog/test_config.dart
+++ b/frog/tests/frog/test_config.dart
@@ -9,6 +9,7 @@
class FrogTestSuite extends StandardTestSuite {
FrogTestSuite(Map configuration)
: super(configuration,
+ "frog",
"frog/tests/frog/src",
["frog/tests/frog/frog.status"]);
}
« no previous file with comments | « no previous file | frog/tests/leg/test_config.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698