diff options
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); } |