Chromium Code Reviews| Index: samples/tests/dartc/test_config.dart |
| diff --git a/samples/tests/dartc/test_config.dart b/samples/tests/dartc/test_config.dart |
| index 65c17cc0f194e3b9ae82140ab23539039369aa89..caec03183a77b9ee18a021a76aa5ad5ab2b70cf2 100644 |
| --- a/samples/tests/dartc/test_config.dart |
| +++ b/samples/tests/dartc/test_config.dart |
| @@ -47,5 +47,5 @@ class SamplesDartcTestSuite extends DartcCompilationTestSuite { |
| ["containsLeadingHash"]; |
| } |
| - bool listRecursively() => true; |
| + bool get listRecursively => true; |
| } |