[ROSAUTOTEST] "Enforce" ending '\n' on C___Exception messages (#1533)

This commit is contained in:
Serge Gautherie 2019-04-28 12:20:37 +02:00 committed by Colin Finck
parent 853f7d84a0
commit f79ca12eda
5 changed files with 11 additions and 9 deletions

View file

@ -32,7 +32,7 @@ CWineTest::CWineTest()
else
{
if (!GetWindowsDirectoryW(wszDirectory, MAX_PATH))
FATAL("GetWindowsDirectoryW failed");
FATAL("GetWindowsDirectoryW failed\n");
m_TestPath = wszDirectory;
m_TestPath += L"\\bin\\";