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 e83c6706a383dc1471d3eb13a5ba136cd2d5f363..68d79880e49d586c5c944e6affd0ce73702ae490 100644 |
| --- a/tools/testing/dart/test_options.dart |
| +++ b/tools/testing/dart/test_options.dart |
| @@ -1015,6 +1015,7 @@ Note: currently only implemented for dart2js.''', |
| } |
| print('Unknown test option $name'); |
| exit(1); |
| + return null; |
|
Bill Hesse
2017/01/17 14:38:08
I would add a comment "unreachable" here.
asgerf
2017/01/17 14:40:06
Done.
|
| } |
| List<_TestOptionSpecification> _options; |