Chromium Code Reviews| Index: tools/testing/dart/test_options.dart |
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart |
| index 021ed74da9c3a10d4578c7b572514f718a43f912..88260ebd6105beb4edcb23325fb92d6f96bdc2eb 100644 |
| --- a/tools/testing/dart/test_options.dart |
| +++ b/tools/testing/dart/test_options.dart |
| @@ -21,7 +21,7 @@ class _TestOptionSpecification { |
| String description; |
| List<String> keys; |
| List<String> values; |
| - String defaultValue; |
| + var defaultValue; |
| String type; |
| } |