| Index: utils/testrunner/options.dart
|
| diff --git a/utils/testrunner/options.dart b/utils/testrunner/options.dart
|
| index 3b9222cbb9e08a090d050f9f9db117c4e2a46feb..f5594a094abfe971a379d8e1ff6489d16460eadd 100644
|
| --- a/utils/testrunner/options.dart
|
| +++ b/utils/testrunner/options.dart
|
| @@ -220,7 +220,7 @@ ArgResults loadConfiguration(optionsParser) {
|
| // issue a usage message.
|
| try {
|
| return optionsParser.parse(options);
|
| - } catch (var e) {
|
| + } catch (e) {
|
| print(e);
|
| print('Usage: testrunner <options> [<directory or file> ...]');
|
| print(optionsParser.getUsage());
|
|
|