From 5516e9ea74fad1fce35b151f4053114727544760 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 21 Sep 2017 09:23:24 +1000 Subject: [PATCH] test: add missing newline to an error message Signed-off-by: Peter Hutterer --- test/litest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/litest.c b/test/litest.c index fb2c2c48..479b3d6a 100644 --- a/test/litest.c +++ b/test/litest.c @@ -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)