On Fri, Mar 01, 2019 at 05:21:17PM +0100, Thomas Huth wrote: > g_test_message() takes care of the newline on its own, so we > should not use \n in the strings here. > > Signed-off-by: Thomas Huth > --- > tests/ivshmem-test.c | 4 ++-- > tests/m48t59-test.c | 4 ++-- > tests/migration-test.c | 4 ++-- > tests/rtc-test.c | 4 ++-- > tests/rtl8139-test.c | 6 +++--- > tests/test-aio-multithread.c | 8 ++++---- > tests/test-coroutine.c | 10 ++++------ > tests/vhost-user-test.c | 14 +++++++------- > 8 files changed, 26 insertions(+), 28 deletions(-) Reviewed-by: Stefan Hajnoczi