[ROSTESTS] Add missing '\n' to a few skip()

This commit is contained in:
Serge Gautherie
2019-06-04 01:14:31 +02:00
committed by Hermès BÉLUSCA - MAÏTO
parent fdfef818ef
commit 73938ee96f
7 changed files with 7 additions and 7 deletions

View File

@@ -196,7 +196,7 @@ START_TEST(CUserNotification)
ok(hThread != NULL, "CreateThread failed with error 0x%lu\n", GetLastError());
if (!hThread)
{
skip("Could not create the CUserNotification test thread!");
skip("Could not create the CUserNotification test thread!\n");
return;
}