From a2092aab4bc086cb7f0663775b37341207b22911 Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Thu, 10 Nov 2011 15:10:24 +0000 Subject: [PATCH] Fix return value in read pixels unit test git-svn-id: http://skia.googlecode.com/svn/trunk@2656 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/ReadPixelsTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ReadPixelsTest.cpp b/tests/ReadPixelsTest.cpp index 026694f3fc..088aff2328 100644 --- a/tests/ReadPixelsTest.cpp +++ b/tests/ReadPixelsTest.cpp @@ -205,7 +205,7 @@ bool checkRead(skiatest::Reporter* reporter, } } } - return failed; + return !failed; } enum BitmapInit {