update test after I added a clip call, making the count odd
BUG=skia: TBR= NOTREECHECKS=True NOTRY=True Review URL: https://codereview.chromium.org/797633002
This commit is contained in:
parent
2ff1fcede1
commit
7bc0b42567
@ -85,8 +85,8 @@ DEF_TEST(RecordReplaceDraw_Unbalanced, r) {
|
||||
|
||||
GrRecordReplaceDraw(pic, &canvas, NULL, SkMatrix::I(), NULL/*callback*/);
|
||||
|
||||
// ensure rerecord is balanced (in this case by checking that the count is even)
|
||||
REPORTER_ASSERT(r, (rerecord.count() & 1) == 0);
|
||||
// ensure rerecord is balanced (in this case by checking that the count is odd)
|
||||
REPORTER_ASSERT(r, (rerecord.count() & 1) == 1);
|
||||
}
|
||||
|
||||
// Test out the layer replacement functionality with and w/o a BBH
|
||||
|
Loading…
Reference in New Issue
Block a user