summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/facets
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/facets')
-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());