X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=test%2Fstress%2Fmap%2Finsdel_string%2Fmap_insdel_string.cpp;h=e1a422efebc248ed35b35d72133fa2386e0fc8e2;hp=e6a282b9b191b5f98312a397561125b4ef776d60;hb=9bcb21890d7175dcc634120dac455516fa35dadd;hpb=c127b1780d72d0fb14460e939d323875432e5244 diff --git a/test/stress/map/insdel_string/map_insdel_string.cpp b/test/stress/map/insdel_string/map_insdel_string.cpp index e6a282b9..e1a422ef 100644 --- a/test/stress/map/insdel_string/map_insdel_string.cpp +++ b/test/stress/map/insdel_string/map_insdel_string.cpp @@ -185,7 +185,7 @@ namespace map { } INSTANTIATE_TEST_CASE_P( a, Map_InsDel_string_LF, ::testing::ValuesIn( Map_InsDel_string::get_load_factors()), get_test_parameter_name ); #else - INSTANTIATE_TEST_CASE_P( a, Map_InsDel_string_LF, ::testing::ValuesIn( Map_InsDel_string::get_load_factors()) ); + INSTANTIATE_TEST_CASE_P( a, Map_InsDel_string_LF, ::testing::ValuesIn( Map_InsDel_string::get_load_factors())); #endif } // namespace map