From abba92d9cff1ab9a3b492f9742e8cd1b3f669800 Mon Sep 17 00:00:00 2001 From: Paulo Zanoni Date: Mon, 31 Mar 2014 17:01:59 -0300 Subject: [PATCH] tests/pm_pc8: add missing newline Otherwise the output will get even more confusing. Signed-off-by: Paulo Zanoni --- tests/pm_pc8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pm_pc8.c b/tests/pm_pc8.c index 0d04323..175cb2d 100644 --- a/tests/pm_pc8.c +++ b/tests/pm_pc8.c @@ -637,7 +637,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", i2c_edids, + igt_assert_f(i2c_edids == drm_edids, "i2c:%d drm:%d\n", i2c_edids, drm_edids); } -- 2.7.4