Fixed a typo
authorkhizmax <libcds.dev@gmail.com>
Wed, 26 Apr 2017 18:47:21 +0000 (21:47 +0300)
committerkhizmax <libcds.dev@gmail.com>
Wed, 26 Apr 2017 18:47:21 +0000 (21:47 +0300)
test/stress/queue/random.cpp

index a8b0e3b7e5d3855075d0c8822240e99435defe83..75ca671d7535954c177f156f9995d25e07ee3a45 100644 (file)
@@ -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,