mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 05:43:02 +00:00
igt: Prettify igt_assert_eq() failure messages
This just improves the language about the exact failure to reduce confusion. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user