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:
parent
b76b34e04f
commit
a2092aab4b
@ -205,7 +205,7 @@ bool checkRead(skiatest::Reporter* reporter,
|
||||
}
|
||||
}
|
||||
}
|
||||
return failed;
|
||||
return !failed;
|
||||
}
|
||||
|
||||
enum BitmapInit {
|
||||
|
Loading…
Reference in New Issue
Block a user