tests: fixup prime test paranoia

This commit is contained in:
Daniel Vetter 2012-07-23 11:25:47 +02:00
parent 5d9e22366b
commit c832aa1714

View File

@ -62,8 +62,8 @@ check_bo(int fd1, uint32_t handle1, int fd2, uint32_t handle2)
/* check whether it's still our old object first. */
for (i = 0; i < BO_SIZE; i++) {
assert(ptr1[i] == 0);
assert(ptr2[i] == 0);
assert(ptr1[i] == counter);
assert(ptr2[i] == counter);
}
counter++;