diff options
author | Jose <jose@zeroc.com> | 2016-10-11 20:17:01 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-10-11 20:17:01 +0200 |
commit | 0ed5ea0927bb55c9f45bea44c4be62587802f28b (patch) | |
tree | 51293c9af413557483245dbe50a8fa527e4f9b9e /cpp | |
parent | fix Windows build failure (diff) | |
download | ice-0ed5ea0927bb55c9f45bea44c4be62587802f28b.tar.bz2 ice-0ed5ea0927bb55c9f45bea44c4be62587802f28b.tar.xz ice-0ed5ea0927bb55c9f45bea44c4be62587802f28b.zip |
Fix (ICE-7418) - IceGrid\noRestartUpdate windows failure
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; |