diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/IceGrid/noRestartUpdate/AllTests.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/test/IceGrid/noRestartUpdate/AllTests.cpp b/cpp/test/IceGrid/noRestartUpdate/AllTests.cpp index 472b5c25d1c..3cf1fec3d9a 100644 --- a/cpp/test/IceGrid/noRestartUpdate/AllTests.cpp +++ b/cpp/test/IceGrid/noRestartUpdate/AllTests.cpp @@ -546,9 +546,6 @@ allTests(const Ice::CommunicatorPtr& communicator) iceboxExe += "32"; #endif -#if defined(_WIN32) && !defined(NDEBUG) - iceboxExe += "d"; -#endif IceBoxDescriptorPtr icebox = new IceBoxDescriptor(); icebox->id = "IceBox"; icebox->exe = properties->getProperty("IceBinDir") + iceboxExe; |