Fix return value in read pixels unit test

git-svn-id: http://skia.googlecode.com/svn/trunk@2656 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bsalomon@google.com 2011-11-10 15:10:24 +00:00
parent b76b34e04f
commit a2092aab4b

View File

@ -205,7 +205,7 @@ bool checkRead(skiatest::Reporter* reporter,
}
}
}
return failed;
return !failed;
}
enum BitmapInit {