| 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);
|
|
|