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

Unified Diff: tools/testing/dart/test_options.dart

Issue 8537010: Enable frong testing components. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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: tools/testing/dart/test_options.dart
diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
index 88260ebd6105beb4edcb23325fb92d6f96bdc2eb..44f0837968ab7543186fce5f14904c81a69e2f5f 100644
--- a/tools/testing/dart/test_options.dart
+++ b/tools/testing/dart/test_options.dart
@@ -141,7 +141,7 @@ class TestOptionsParser {
// assume that the rest of the arguments specify tests or test
// suites to run.
configuration['rest'] = arguments.getRange(i, numArguments - i);
- return configuration;
+ return _expandConfigurations(configuration);
}
// Find the option specification for the name.
var spec = _getSpecification(name);

Powered by Google App Engine
This is Rietveld 408576698