| Index: tests/co19/test_config.dart
|
| diff --git a/tests/co19/test_config.dart b/tests/co19/test_config.dart
|
| index ae0692fe3c304e7d40699dc34881aa71032be080..f1e109f86fba175c3f5a958dc3e280f4fcafa2c0 100644
|
| --- a/tests/co19/test_config.dart
|
| +++ b/tests/co19/test_config.dart
|
| @@ -18,6 +18,6 @@ class Co19TestSuite extends StandardTestSuite {
|
| "tests/co19/co19-frog.status"]);
|
|
|
| bool isTestFile(String filename) => _testRegExp.hasMatch(filename);
|
| - void listRecursively() => true;
|
| - void complexStatusMatching() => true;
|
| + bool listRecursively() => true;
|
| + bool complexStatusMatching() => true;
|
| }
|
|
|