summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPaulo Zanoni <paulo.r.zanoni@intel.com>2014-03-31 17:01:59 -0300
committerPaulo Zanoni <paulo.r.zanoni@intel.com>2014-04-04 13:31:49 -0300
commitabba92d9cff1ab9a3b492f9742e8cd1b3f669800 (patch)
tree5f216ba248b920924c89f0353302319484c592cb /tests
parentd6362ce8a81a40bc30e1e7b34d14c27f7bfcd954 (diff)
tests/pm_pc8: add missing newline
Otherwise the output will get even more confusing. Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
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);
}