diff options
Diffstat (limited to 'cpp/test/Freeze/dbmap/Client.cpp')
-rw-r--r-- | cpp/test/Freeze/dbmap/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Freeze/dbmap/Client.cpp b/cpp/test/Freeze/dbmap/Client.cpp index 2f3b3aa5344..366ee6dd251 100644 --- a/cpp/test/Freeze/dbmap/Client.cpp +++ b/cpp/test/Freeze/dbmap/Client.cpp @@ -234,7 +234,7 @@ run(const CommunicatorPtr& communicator, const string& envName) test(!(m == m1)); test(m != m1); test(m1.size() == 0); - test(m.communicator() == m1.communicator() == communicator); + test(m.communicator() == (m1.communicator() == communicator)); vector<Byte>::const_iterator j; |