Skip to content

Commit 0592404

Browse files
committed
Re-add missing space in test failed message.
[email protected] Review-Url: https://codereview.chromium.org/2866273002 .
1 parent 6225b1f commit 0592404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/dart/test_progress.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ List<String> _buildFailureOutput(TestCase test,
589589
[Formatter formatter = Formatter.normal]) {
590590
var output = [
591591
'',
592-
formatter.failed('FAILED: ${test.configurationString}${test.displayName}')
592+
formatter.failed('FAILED: ${test.configurationString} ${test.displayName}')
593593
];
594594

595595
var expected = new StringBuffer();

0 commit comments

Comments
 (0)