Index: tools/testing/dart/test_progress.dart |
diff --git a/tools/testing/dart/test_progress.dart b/tools/testing/dart/test_progress.dart |
index a0fc15f8e0790d76b1485f881be3ef94a55d6cb5..49c52af2ce6722cbfac4abf39c005eaa58b5c591 100644 |
--- a/tools/testing/dart/test_progress.dart |
+++ b/tools/testing/dart/test_progress.dart |
@@ -589,7 +589,7 @@ List<String> _buildFailureOutput(TestCase test, |
[Formatter formatter = Formatter.normal]) { |
var output = [ |
'', |
- formatter.failed('FAILED: ${test.configurationString}${test.displayName}') |
+ formatter.failed('FAILED: ${test.configurationString} ${test.displayName}') |
]; |
var expected = new StringBuffer(); |