test: add missing newline to an error message

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2017-09-21 09:23:24 +10:00
parent fdd89fffea
commit 5516e9ea74

View file

@ -758,7 +758,7 @@ _litest_add_ranged_for_device(const char *name,
/* only abort if no filter was set, that's a bug */
if (!device_filtered)
litest_abort_msg("Invalid test device type");
litest_abort_msg("Invalid test device type\n");
}
LIBINPUT_ATTRIBUTE_PRINTF(3, 0)