Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 4504a65

Browse files
lhkbobSkia Commit-Bot
authored and
Skia Commit-Bot
committed
Remove extraneous comma in printf vargs
Bug: skia: Change-Id: I5e40d9c334c959e1a777251e1ac25f3703f9b7f9 Reviewed-on: https://skia-review.googlesource.com/c/159327 Reviewed-by: Michael Ludwig <[email protected]> Commit-Queue: Michael Ludwig <[email protected]>
1 parent f09abc5 commit 4504a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ProcessorTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS(ProcessorOptimizationValidationTest, repor
493493
// Finished analyzing the entire image, see if the number of pixel failures meets the
494494
// threshold for an FP violating the optimization requirements.
495495
if (failedPixelCount > kMaxAcceptableFailedPixels) {
496-
ERRORF(reporter, "Processor violated %d of %d pixels, seed: 0x%08x, processor: %s",
496+
ERRORF(reporter, "Processor violated %d of %d pixels, seed: 0x%08x, processor: %s"
497497
", first failing pixel details are below:",
498498
failedPixelCount, kRenderSize * kRenderSize, seed,
499499
clone->dumpInfo().c_str());

0 commit comments

Comments
 (0)