summaryrefslogtreecommitdiff
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
parentWinRT fixes for ssl/wss testing (diff)
downloadice-196fb976f99168bbcaaa246afb797203efde769a.tar.bz2
ice-196fb976f99168bbcaaa246afb797203efde769a.tar.xz
ice-196fb976f99168bbcaaa246afb797203efde769a.zip
-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());