Common base class added for FeldmanHashSet/Map
[libcds.git] / tests / unit / set2 / set_delodd.cpp
index f2b89d860920d0be87a93fad7c3b223aa26c55a7..e820e2371b3fbb7d98cbd6c3c0ca1a86185c8e13 100644 (file)
@@ -33,4 +33,10 @@ namespace set2 {
             m_arrData[i] = i;
         shuffle( m_arrData.begin(), m_arrData.end() );
     }
+
+    void Set_DelOdd::endTestCase()
+    {
+        m_arrData.resize( 0 );
+    }
+
 } // namespace set2