| Index: pkg/scheduled_test/test/descriptor/pattern_test.dart
|
| diff --git a/pkg/scheduled_test/test/descriptor/pattern_test.dart b/pkg/scheduled_test/test/descriptor/pattern_test.dart
|
| index 4056425b5525ae20e2af2e3309f024b951dd19d8..826343d5013ad7be10109e34ecbb3968e0cc7664 100644
|
| --- a/pkg/scheduled_test/test/descriptor/pattern_test.dart
|
| +++ b/pkg/scheduled_test/test/descriptor/pattern_test.dart
|
| @@ -10,7 +10,9 @@ import 'utils.dart';
|
|
|
| String sandbox;
|
|
|
| -void main() {
|
| +void main(List<String> args, message) {
|
| + metaTestInit(message);
|
| +
|
| setUpTimeout();
|
|
|
| expectTestsPass("pattern().validate() succeeds if there's a file matching "
|
|
|