| Index: pkg/unittest/lib/src/core_matchers.dart
|
| ===================================================================
|
| --- pkg/unittest/lib/src/core_matchers.dart (revision 21975)
|
| +++ pkg/unittest/lib/src/core_matchers.dart (working copy)
|
| @@ -708,7 +708,7 @@
|
| final String _featureName;
|
| final Matcher _matcher;
|
|
|
| - const CustomMatcher(this._featureDescription, this._featureName, matcher)
|
| + CustomMatcher(this._featureDescription, this._featureName, matcher)
|
| : this._matcher = wrapMatcher(matcher);
|
|
|
| /** Override this to extract the interesting feature.*/
|
|
|