| Index: tests/co19/test_config.dart
|
| diff --git a/tests/co19/test_config.dart b/tests/co19/test_config.dart
|
| index d4ce67ae59b4263d355579e9aa6f586f1942eaa9..21dd11437c4eadd3c8b155a057bdc57962cd5f72 100644
|
| --- a/tests/co19/test_config.dart
|
| +++ b/tests/co19/test_config.dart
|
| @@ -20,5 +20,5 @@ class Co19TestSuite extends StandardTestSuite {
|
| "tests/co19/co19-dart2js.status"]);
|
|
|
| bool isTestFile(String filename) => _testRegExp.hasMatch(filename);
|
| - bool listRecursively() => true;
|
| + bool get listRecursively => true;
|
| }
|
|
|