We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b913b8 commit cf7b0e5Copy full SHA for cf7b0e5
tests/test-keyvalue.cpp
@@ -20,6 +20,7 @@ class simdkvsort : public ::testing::Test {
20
"reverse",
21
"smallrange",
22
"max_at_the_end",
23
+ "random_5d",
24
"rand_max"};
25
}
26
std::vector<std::string> arrtype;
tests/test-objqsort.cpp
@@ -32,6 +32,7 @@ class simdobjsort : public ::testing::Test {
32
33
34
35
36
37
38
tests/test-qsort.cpp
@@ -17,6 +17,7 @@ class simdsort : public ::testing::Test {
17
18
19
"rand_max",
"rand_with_nan"};
0 commit comments