summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/inheritance/AllTests.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-09-09 03:47:58 +0000
committerMarc Laukien <marc@zeroc.com>2001-09-09 03:47:58 +0000
commit9b57f6550989aa899de0dc560f4463e52a718d40 (patch)
tree7f6b6bebe48626b7bef68f6cd450376575f00e87 /cpp/test/Ice/inheritance/AllTests.cpp
parentfixes (diff)
downloadice-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.cpp1
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;