summaryrefslogtreecommitdiff
path: root/tests/kms_cursor_crc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/kms_cursor_crc.c')
-rw-r--r--tests/kms_cursor_crc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/kms_cursor_crc.c b/tests/kms_cursor_crc.c
index 47531f32..3f53859b 100644
--- a/tests/kms_cursor_crc.c
+++ b/tests/kms_cursor_crc.c
@@ -438,7 +438,7 @@ igt_main
igt_assert(ret == 0 || errno == EINVAL);
/* We assume width and height are same so max is assigned width */
- igt_assert_cmpint(cursor_width, ==, cursor_height);
+ igt_assert_eq(cursor_width, cursor_height);
kmstest_set_vt_graphics_mode();