| 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..194f834ad5db9b8b224360d67d7a86008502b87c 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; // Unreachable.
|
| }
|
|
|
| List<_TestOptionSpecification> _options;
|
|
|