summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/test/Ice/exceptions/AllTests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/exceptions/AllTests.cpp b/cpp/test/Ice/exceptions/AllTests.cpp
index 139b1051b66..7610ac8c13f 100644
--- a/cpp/test/Ice/exceptions/AllTests.cpp
+++ b/cpp/test/Ice/exceptions/AllTests.cpp
@@ -358,7 +358,7 @@ allTests(const Ice::CommunicatorPtr& communicator, bool collocated)
}
catch(const Ice::FacetNotExistException& ex)
{
- test(ex.facet == "no such facet");
+ test(ex.facet.front() == "no such facet");
}
catch (...)
{