[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:
@ -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(
|
||||
|
Reference in New Issue
Block a user