X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=test%2Fstress%2Fmap%2Finsdel_func%2Fmap_insdel_func.cpp;h=a5245f3da5a2dfd31d0515b4a191c24d6153e255;hp=4bef9eabb8a6352ae366d541292ab656ce5d800b;hb=9bcb21890d7175dcc634120dac455516fa35dadd;hpb=c127b1780d72d0fb14460e939d323875432e5244 diff --git a/test/stress/map/insdel_func/map_insdel_func.cpp b/test/stress/map/insdel_func/map_insdel_func.cpp index 4bef9eab..a5245f3d 100644 --- a/test/stress/map/insdel_func/map_insdel_func.cpp +++ b/test/stress/map/insdel_func/map_insdel_func.cpp @@ -129,7 +129,7 @@ namespace map { } INSTANTIATE_TEST_CASE_P( a, Map_InsDel_func_LF, ::testing::ValuesIn( Map_InsDel_func_LF::get_load_factors()), get_test_parameter_name ); #else - INSTANTIATE_TEST_CASE_P( a, Map_InsDel_func_LF, ::testing::ValuesIn( Map_InsDel_func_LF::get_load_factors()) ); + INSTANTIATE_TEST_CASE_P( a, Map_InsDel_func_LF, ::testing::ValuesIn( Map_InsDel_func_LF::get_load_factors())); #endif } // namespace map