X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=tests%2Funit%2Fmap2%2Fmap_insdel_func.cpp;h=964b38e914cac7f5b447a4350018f1049239af13;hb=c34b46ba50daf781053c4cf6e517d94188c802ed;hp=6898d390020390401b4db7df633b36b528e45050;hpb=59fd922bfd0a9bd9e0652f2ce9016c322e45e33c;p=libcds.git diff --git a/tests/unit/map2/map_insdel_func.cpp b/tests/unit/map2/map_insdel_func.cpp index 6898d390..964b38e9 100644 --- a/tests/unit/map2/map_insdel_func.cpp +++ b/tests/unit/map2/map_insdel_func.cpp @@ -20,7 +20,7 @@ namespace map2 { size_t Map_InsDel_func::c_nMaxLoadFactor = def_nMaxLoadFactor; // maximum load factor bool Map_InsDel_func::c_bPrintGCState = true; - void Map_InsDel_func::setUpParams( const CppUnitMini::TestCfg& cfg ) + void Map_InsDel_func::setUpParams( const CppUnitMini::TestCfg& cfg ) { c_nInsertThreadCount = cfg.getULong("InsertThreadCount", def_nInsertThreadCount ); c_nDeleteThreadCount = cfg.getULong("DeleteThreadCount", def_nDeleteThreadCount );