| Index: pkg/unittest/lib/src/operator_matchers.dart
|
| ===================================================================
|
| --- pkg/unittest/lib/src/operator_matchers.dart (revision 23884)
|
| +++ pkg/unittest/lib/src/operator_matchers.dart (working copy)
|
| @@ -96,7 +96,6 @@
|
| var matcher = matchState.state['matcher'];
|
| matcher.describeMismatch(item, mismatchDescription,
|
| matchState.state['state'], verbose);
|
| - mismatchDescription.add(" (wasn't ").addDescriptionOf(matcher).add(')');
|
| return mismatchDescription;
|
| }
|
|
|
|
|