summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-10-11 20:17:01 +0200
committerJose <jose@zeroc.com>2016-10-11 20:17:01 +0200
commit0ed5ea0927bb55c9f45bea44c4be62587802f28b (patch)
tree51293c9af413557483245dbe50a8fa527e4f9b9e /cpp
parentfix Windows build failure (diff)
downloadice-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.cpp3
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;