diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/Slice/structure/Client.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cpp/test/Slice/structure/Client.cpp b/cpp/test/Slice/structure/Client.cpp index b3b25fdccd5..389473805c8 100644 --- a/cpp/test/Slice/structure/Client.cpp +++ b/cpp/test/Slice/structure/Client.cpp @@ -43,13 +43,6 @@ allTests(const Ice::CommunicatorPtr& communicator) def_s2.prx = communicator->stringToProxy("test"); // - // Compare default-constructed structures. - // - { - test(S2() == S2()); - } - - // // Change one primitive member at a time. // { |