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

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

Powered by Google App Engine
This is Rietveld 408576698