summaryrefslogtreecommitdiff
path: root/tests/gem_cs_tlb.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_cs_tlb.c')
-rw-r--r--tests/gem_cs_tlb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/gem_cs_tlb.c b/tests/gem_cs_tlb.c
index 870821b5..490b6d3c 100644
--- a/tests/gem_cs_tlb.c
+++ b/tests/gem_cs_tlb.c
@@ -125,8 +125,7 @@ static void run_on_ring(int fd, unsigned ring_id, const char *ring_name)
gem_close(fd, handle);
}
- if (exec(fd, handle_new, split, &gtt_offset_new, 0))
- igt_fail(1);
+ igt_assert(exec(fd, handle_new, split, &gtt_offset_new, 0) == 0);
if (split > 0) {
/* Check that we've managed to collide in the tlb. */