[PATCH] tests/pm_pc8: Use igt_assert_cmpint

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



More pretty!

Signed-off-by: Daniel Vetter <daniel.vetter@xxxxxxxx>
---
 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@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/intel-gfx




[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]
  Powered by Linux