summaryrefslogtreecommitdiff
path: root/cpp/test/IceUtil/thread/TestSuite.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2005-03-08 13:24:53 +0000
committerMarc Laukien <marc@zeroc.com>2005-03-08 13:24:53 +0000
commitfe608f38f43dd4f90b962087d6b18852f1994c60 (patch)
tree82e32c9832cc0974ed1a8ab1c06759334a7ba98b /cpp/test/IceUtil/thread/TestSuite.cpp
parentfixing location of README.html (diff)
downloadice-fe608f38f43dd4f90b962087d6b18852f1994c60.tar.bz2
ice-fe608f38f43dd4f90b962087d6b18852f1994c60.tar.xz
ice-fe608f38f43dd4f90b962087d6b18852f1994c60.zip
removed inheritance GCShared->Shared
Diffstat (limited to 'cpp/test/IceUtil/thread/TestSuite.cpp')
-rw-r--r--cpp/test/IceUtil/thread/TestSuite.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/test/IceUtil/thread/TestSuite.cpp b/cpp/test/IceUtil/thread/TestSuite.cpp
index c89f91a0173..03edc71d43c 100644
--- a/cpp/test/IceUtil/thread/TestSuite.cpp
+++ b/cpp/test/IceUtil/thread/TestSuite.cpp
@@ -18,7 +18,6 @@
#include <StartTest.h>
#include <MonitorMutexTest.h>
#include <MonitorRecMutexTest.h>
-#include <GCSharedTest.h>
std::list<TestBasePtr> allTests;
@@ -35,5 +34,4 @@ initializeTestSuite()
allTests.push_back(new StaticMutexTest);
allTests.push_back(new MonitorMutexTest);
allTests.push_back(new MonitorRecMutexTest);
- allTests.push_back(new GCSharedTest);
}