From c73d5d683cad794df89c7743afd6793c39a5a6f3 Mon Sep 17 00:00:00 2001 From: khizmax Date: Wed, 26 Apr 2017 21:47:21 +0300 Subject: [PATCH] Fixed a typo --- test/stress/queue/random.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.34.1