diff --git a/Foundation/testsuite/src/ProcessTest.cpp b/Foundation/testsuite/src/ProcessTest.cpp index 9f571a3cd..04fb33b8c 100644 --- a/Foundation/testsuite/src/ProcessTest.cpp +++ b/Foundation/testsuite/src/ProcessTest.cpp @@ -159,6 +159,9 @@ void ProcessTest::testLaunchArgs() { #if defined (_WIN32) && !defined(_WIN32_WCE) std::string name("TestApp"); +#if defined(_DEBUG) + name += 'd'; +#endif std::string cmd = name; std::vector args;