mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-24 16:26:13 +00:00
tests/pm_pc8: add missing newline
Otherwise the output will get even more confusing. Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
This commit is contained in:
parent
d6362ce8a8
commit
abba92d9cf
@ -637,7 +637,7 @@ static void test_i2c(struct mode_set_data *data)
|
|||||||
int i2c_edids = count_i2c_valid_edids();
|
int i2c_edids = count_i2c_valid_edids();
|
||||||
int drm_edids = count_drm_valid_edids(data);
|
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);
|
drm_edids);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user