| Index: pkg/unittest/lib/src/core_matchers.dart
|
| diff --git a/pkg/unittest/lib/src/core_matchers.dart b/pkg/unittest/lib/src/core_matchers.dart
|
| index 44356d2629c13f7692caba6395845c6c03ec8a9f..04a071154db854ded6b0f836f9d38034a085eeef 100644
|
| --- a/pkg/unittest/lib/src/core_matchers.dart
|
| +++ b/pkg/unittest/lib/src/core_matchers.dart
|
| @@ -487,6 +487,7 @@ class _ArgumentError extends TypeMatcher {
|
| const isIllegalJSRegExpException = const _IllegalJSRegExpException();
|
|
|
| /** A matcher for functions that throw IllegalJSRegExpException. */
|
| +@deprecated
|
| const Matcher throwsIllegalJSRegExpException =
|
| const Throws(isIllegalJSRegExpException);
|
|
|
|
|