summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2016-10-05 16:59:08 +0200
committerBenoit Foucher <benoit@zeroc.com>2016-10-05 16:59:08 +0200
commit196fb976f99168bbcaaa246afb797203efde769a (patch)
tree0a1bae5623e75efa34bc8dd2e0242460e1e1b676 /cpp
parentWinRT fixes for ssl/wss testing (diff)
downloadice-3.6.3-rc1.tar.bz2
ice-3.6.3-rc1.tar.xz
ice-3.6.3-rc1.zip
Diffstat (limited to 'cpp')
-rw-r--r--cpp/test/Ice/facets/AllTests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/facets/AllTests.cpp b/cpp/test/Ice/facets/AllTests.cpp
index 1e4c07e0d41..c480c22b803 100644
--- a/cpp/test/Ice/facets/AllTests.cpp
+++ b/cpp/test/Ice/facets/AllTests.cpp
@@ -25,7 +25,7 @@ allTests(const Ice::CommunicatorPtr& communicator)
#ifdef ICE_OS_WINRT
bool winrt = true;
#else
- bool winrt = false
+ bool winrt = false;
#endif
cout << "testing Ice.Admin.Facets property... " << flush;
test(communicator->getProperties()->getPropertyAsList("Ice.Admin.Facets").empty());