mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 09:20:43 +08:00
[ROSTESTS] Add missing '\n' to a few skip()
This commit is contained in:
committed by
Hermès BÉLUSCA - MAÏTO
parent
fdfef818ef
commit
73938ee96f
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user