Migrated map_find_int stress test to gtest
[libcds.git] / test / stress / map / map_type_split_list.h
index 10e4d6b6374e8be86a9ae155aae5e773dfe2cfd2..b419e7bffb14ae1e7d8190a7a2acf2babbc98bc5 100644 (file)
@@ -74,7 +74,7 @@ namespace map {
     public:
         template <typename Config>
         SplitListMap( Config const& cfg)
-            : base_class( cfg.c_nMapSize, cfg.c_nLoadFactor )
+            : base_class( cfg.s_nMapSize, cfg.s_nLoadFactor )
         {}
 
         template <typename K>