summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/pm_pc8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pm_pc8.c b/tests/pm_pc8.c
index 0d04323c..175cb2d0 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);
}