mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:03:12 +00:00
[ROSAUTOTEST] "Enforce" ending '\n' on C___Exception messages (#1533)
This commit is contained in:
parent
853f7d84a0
commit
f79ca12eda
5 changed files with 11 additions and 9 deletions
|
@ -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\\";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue