| Index: pkg/unittest/lib/src/expect.dart
|
| ===================================================================
|
| --- pkg/unittest/lib/src/expect.dart (revision 24669)
|
| +++ pkg/unittest/lib/src/expect.dart (working copy)
|
| @@ -149,7 +149,7 @@
|
| Map matchState, bool verbose) {
|
| var description = new StringDescription();
|
| description.add('Expected: ').addDescriptionOf(matcher).add('\n');
|
| - description.add(' Actual: ').addDescriptionOf(actual);
|
| + description.add(' Actual: ').addDescriptionOf(actual).add('\n');
|
|
|
| var mismatchDescription = new StringDescription();
|
| matcher.describeMismatch(actual, mismatchDescription, matchState, verbose);
|
|
|