commit | a2092aab4bc086cb7f0663775b37341207b22911 | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Nov 10 15:10:24 2011 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Nov 10 15:10:24 2011 +0000 |
tree | 314a62341627dd78a6d437fe79abf76ae60a29d6 | |
parent | b76b34e04f2e8cb7cb390c0c65713f60d74a2cbb [diff] |
Fix return value in read pixels unit test git-svn-id: http://skia.googlecode.com/svn/trunk@2656 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/ReadPixelsTest.cpp b/tests/ReadPixelsTest.cpp index 026694f..088aff2 100644 --- a/tests/ReadPixelsTest.cpp +++ b/tests/ReadPixelsTest.cpp
@@ -205,7 +205,7 @@ } } } - return failed; + return !failed; } enum BitmapInit {