| Index: dart/tools/testing/dart/test_options.dart
|
| diff --git a/dart/tools/testing/dart/test_options.dart b/dart/tools/testing/dart/test_options.dart
|
| index fb1b11fb048d3f3b148f26417bb767ae21342532..dc0f5ffb989185658368ebfd46f69de68b264cc0 100644
|
| --- a/dart/tools/testing/dart/test_options.dart
|
| +++ b/dart/tools/testing/dart/test_options.dart
|
| @@ -601,9 +601,8 @@ Note: currently only implemented for dart2js.''',
|
| suite = pattern.substring(0, slashLocation);
|
| pattern = pattern.substring(slashLocation + 1);
|
| pattern = pattern.replaceAll('*', '.*');
|
| - pattern = pattern.replaceAll('/', '.*');
|
| } else {
|
| - pattern = ".*";
|
| + pattern = ".?";
|
| }
|
| if (selectorMap.containsKey(suite)) {
|
| print("Error: '$suite/$pattern'. Only one test selection"
|
|
|