diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/Ice/inheritance/AllTests.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/test/Ice/inheritance/AllTests.cpp b/cpp/test/Ice/inheritance/AllTests.cpp index d2c22765235..28abf4687a6 100644 --- a/cpp/test/Ice/inheritance/AllTests.cpp +++ b/cpp/test/Ice/inheritance/AllTests.cpp @@ -53,7 +53,6 @@ allTests(Ice::CommunicatorPtr communicator) test(ia != ib1); test(ia != ib2); test(ia != ic); - test(ib1 != ib2); test(ib1 != ic); test(ib2 != ic); cout << "ok" << endl; |