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 574f49061a29d9d9535533bcf5d0bee866e07307..aa8744f1610b4ea04e3c07d5e3fb0675604d7b6c 100644 |
| --- a/tools/testing/dart/test_options.dart |
| +++ b/tools/testing/dart/test_options.dart |
| @@ -20,7 +20,7 @@ class _TestOptionSpecification { |
| this.keys, |
| this.values, |
| this.defaultValue, |
| - [this.type = 'string']); |
| + [type = 'string']) : this.type = type; |
| String name; |
| String description; |
| List<String> keys; |