From: khizmax Date: Wed, 26 Apr 2017 18:47:21 +0000 (+0300) Subject: Fixed a typo X-Git-Tag: v2.3.0~52 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c73d5d683cad794df89c7743afd6793c39a5a6f3;p=libcds.git Fixed a typo --- diff --git a/test/stress/queue/random.cpp b/test/stress/queue/random.cpp index a8b0e3b7..75ca671d 100644 --- a/test/stress/queue/random.cpp +++ b/test/stress/queue/random.cpp @@ -330,7 +330,7 @@ namespace { } INSTANTIATE_TEST_CASE_P( SQ, segmented_queue_random, - ::testing::ValuesIn( segmented_queue_random::get_test_parameters(), get_test_parameter_name )); + ::testing::ValuesIn( segmented_queue_random::get_test_parameters()), get_test_parameter_name ); #else INSTANTIATE_TEST_CASE_P( SQ, segmented_queue_random,