summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/pm_pc8.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/pm_pc8.c b/tests/pm_pc8.c
index d3635037..323e0729 100644
--- a/tests/pm_pc8.c
+++ b/tests/pm_pc8.c
@@ -605,8 +605,7 @@ static void test_i2c(struct mode_set_data *data)
int i2c_edids = count_i2c_valid_edids();
int drm_edids = count_drm_valid_edids(data);
- igt_assert_f(i2c_edids == drm_edids, "i2c:%d drm:%d\n", i2c_edids,
- drm_edids);
+ igt_assert_cmpint(i2c_edids, ==, drm_edids);
}
static void setup_pc8(void)