| Index: utils/tests/pub/version_test.dart
|
| diff --git a/utils/tests/pub/version_test.dart b/utils/tests/pub/version_test.dart
|
| index 7d5ae7448a747f0636d5aa8a7708eb6ab630548f..7b3b238b6fcba4bea25eb9b8c284929e04cb4462 100644
|
| --- a/utils/tests/pub/version_test.dart
|
| +++ b/utils/tests/pub/version_test.dart
|
| @@ -427,5 +427,5 @@ Matcher doesNotAllow(List<Version> versions) =>
|
| new VersionConstraintMatcher(versions, false);
|
|
|
| throwsIllegalArg(function) {
|
| - expect(function, throwsA((e) => e is IllegalArgumentException));
|
| + expect(function, throwsA((e) => e is ArgumentError));
|
| }
|
|
|