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

Unified Diff: tests/standalone/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: tests/standalone/test_config.dart
diff --git a/tests/standalone/test_config.dart b/tests/standalone/test_config.dart
index 8cfc9831f538815d48daa7930df2f6fd5613216a..df769f007c2af1ed4aada6791492cfae55a999c1 100644
--- a/tests/standalone/test_config.dart
+++ b/tests/standalone/test_config.dart
@@ -9,6 +9,7 @@
class StandaloneTestSuite extends StandardTestSuite {
StandaloneTestSuite(Map configuration)
: super(configuration,
+ "standalone",
"tests/standalone/src",
["tests/standalone/standalone.status"]);
}

Powered by Google App Engine
This is Rietveld 408576698