summaryrefslogtreecommitdiff
path: root/tests/getstats.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/getstats.c')
-rw-r--r--tests/getstats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/getstats.c b/tests/getstats.c
index 8a7d2999..7975257d 100644
--- a/tests/getstats.c
+++ b/tests/getstats.c
@@ -43,7 +43,7 @@ int main(int argc, char **argv)
fd = drm_open_any();
ret = ioctl(fd, DRM_IOCTL_GET_STATS, &stats);
- assert(ret == 0);
+ igt_assert(ret == 0);
close(fd);
return 0;