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

Unified Diff: tests/stub-generator/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/stub-generator/test_config.dart
diff --git a/tests/stub-generator/test_config.dart b/tests/stub-generator/test_config.dart
index f0c5f58b49225b691c72389010f33cf656ee7ff3..989d6dc7281ee1f072a316c52fcaff45b6d8a565 100644
--- a/tests/stub-generator/test_config.dart
+++ b/tests/stub-generator/test_config.dart
@@ -9,6 +9,7 @@
class StubGeneratorTestSuite extends StandardTestSuite {
StubGeneratorTestSuite(Map configuration)
: super(configuration,
+ "stub-generator",
"tests/stub-generator/src",
["tests/stub-generator/stub-generator.status"]) {
// TODO(ager): Support the stub generation part of this test on

Powered by Google App Engine
This is Rietveld 408576698