| Index: test/utils.dart
|
| diff --git a/test/utils.dart b/test/utils.dart
|
| index 1fd846895eb0c382734a2324d0c04c6123584b3a..e07f8f3badfba72f77bbf2f991b6ff58846867f3 100644
|
| --- a/test/utils.dart
|
| +++ b/test/utils.dart
|
| @@ -87,7 +87,7 @@ void throwsFormat(ArgParser parser, List<String> args) {
|
| expect(() => parser.parse(args), throwsFormatException);
|
| }
|
|
|
| -Matcher throwsUsageError(message, usage) {
|
| +Matcher throwsUsageException(message, usage) {
|
| return throwsA(predicate((error) {
|
| expect(error, new isInstanceOf<UsageException>());
|
| expect(error.message, message);
|
|
|