diff options
author | Benoit Foucher <benoit@zeroc.com> | 2016-10-05 16:59:08 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2016-10-05 16:59:08 +0200 |
commit | 196fb976f99168bbcaaa246afb797203efde769a (patch) | |
tree | 0a1bae5623e75efa34bc8dd2e0242460e1e1b676 /cpp/test | |
parent | WinRT fixes for ssl/wss testing (diff) | |
download | ice-196fb976f99168bbcaaa246afb797203efde769a.tar.bz2 ice-196fb976f99168bbcaaa246afb797203efde769a.tar.xz ice-196fb976f99168bbcaaa246afb797203efde769a.zip |
Fixed typov3.6.3-rc1v3.6.3
Diffstat (limited to 'cpp/test')
-rw-r--r-- | cpp/test/Ice/facets/AllTests.cpp | 2 |
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()); |