diff options
Diffstat (limited to 'tests/gem_evict_alignment.c')
-rw-r--r-- | tests/gem_evict_alignment.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_evict_alignment.c b/tests/gem_evict_alignment.c index c0757705..02cbb3a4 100644 --- a/tests/gem_evict_alignment.c +++ b/tests/gem_evict_alignment.c @@ -127,7 +127,7 @@ copy(int fd, uint32_t dst, uint32_t src, uint32_t *all_bo, int n_bo, int alignme ret = drmIoctl(fd, DRM_IOCTL_I915_GEM_EXECBUFFER2, &exec); if (ret) ret = errno; - igt_assert(ret == error); + igt_assert_eq(ret, error); gem_close(fd, handle); free(obj); |