| Index: samples/tests/samples/test_config.dart
|
| diff --git a/samples/tests/samples/test_config.dart b/samples/tests/samples/test_config.dart
|
| index 69fabe3b92386c372885762893d3e8e2a54fc137..0630258b258ee077f0e931351976f7bd65d6cff2 100644
|
| --- a/samples/tests/samples/test_config.dart
|
| +++ b/samples/tests/samples/test_config.dart
|
| @@ -13,5 +13,5 @@ class SamplesTestSuite extends StandardTestSuite {
|
| "samples/tests/samples/src",
|
| ["samples/tests/samples/samples.status"]);
|
|
|
| - void listRecursively() => true;
|
| + bool listRecursively() => true;
|
| }
|
|
|