0

[content shell] remove spurious printf format

BUG=111316
TEST=pixel tests that pass actually pass

Review URL: https://codereview.chromium.org/11085091

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161416 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
jochen@chromium.org
2012-10-11 21:53:44 +00:00
parent 95af087dc0
commit f11d79c7c2

@ -67,9 +67,9 @@ void WebKitTestResultPrinter::PrintImageHeader(
const std::string& expected_hash) {
if (state_ != IN_IMAGE_BLOCK || capture_text_only_)
return;
*output_ << "\nActualHash: " << actual_hash << "%s\n";
*output_ << "\nActualHash: " << actual_hash << "\n";
if (!expected_hash.empty())
*output_ << "\nExpectedHash: " << expected_hash << "%s\n";
*output_ << "\nExpectedHash: " << expected_hash << "\n";
}
void WebKitTestResultPrinter::PrintImageBlock(