diff options
author | Marc Laukien <marc@zeroc.com> | 2005-03-08 13:24:53 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2005-03-08 13:24:53 +0000 |
commit | fe608f38f43dd4f90b962087d6b18852f1994c60 (patch) | |
tree | 82e32c9832cc0974ed1a8ab1c06759334a7ba98b /cpp/test/IceUtil/thread/TestSuite.cpp | |
parent | fixing location of README.html (diff) | |
download | ice-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.cpp | 2 |
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); } |