mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-27 17:56:15 +00:00
tests/pm_pc8: Use igt_assert_cmpint
More pretty! Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
5e83f0444d
commit
7357639397
@ -605,8 +605,7 @@ static void test_i2c(struct mode_set_data *data)
|
|||||||
int i2c_edids = count_i2c_valid_edids();
|
int i2c_edids = count_i2c_valid_edids();
|
||||||
int drm_edids = count_drm_valid_edids(data);
|
int drm_edids = count_drm_valid_edids(data);
|
||||||
|
|
||||||
igt_assert_f(i2c_edids == drm_edids, "i2c:%d drm:%d\n", i2c_edids,
|
igt_assert_cmpint(i2c_edids, ==, drm_edids);
|
||||||
drm_edids);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void setup_pc8(void)
|
static void setup_pc8(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user