diff options
author | Marc Laukien <marc@zeroc.com> | 2001-09-09 03:47:58 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-09-09 03:47:58 +0000 |
commit | 9b57f6550989aa899de0dc560f4463e52a718d40 (patch) | |
tree | 7f6b6bebe48626b7bef68f6cd450376575f00e87 /cpp/test/Ice/inheritance/AllTests.cpp | |
parent | fixes (diff) | |
download | ice-9b57f6550989aa899de0dc560f4463e52a718d40.tar.bz2 ice-9b57f6550989aa899de0dc560f4463e52a718d40.tar.xz ice-9b57f6550989aa899de0dc560f4463e52a718d40.zip |
fixes
Diffstat (limited to 'cpp/test/Ice/inheritance/AllTests.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; |