Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(224)

Unified Diff: tools/testing/dart/test_progress.dart

Issue 2866273002: Re-add missing space in test failed message. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698