More pretty!

Signed-off-by: Daniel Vetter <daniel.vet...@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

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to