[Intel-gfx] [PATCH] tests/pm_pc8: Use igt_assert_cmpint
Daniel Vetter
daniel.vetter at ffwll.ch
Thu May 15 17:03:00 CEST 2014
More pretty!
Signed-off-by: Daniel Vetter <daniel.vetter at ffwll.ch>
---
tests/pm_pc8.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tests/pm_pc8.c b/tests/pm_pc8.c
index d36350370ba2..323e0729b9e6 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)
--
1.9.2
More information about the Intel-gfx
mailing list