We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ab844 commit e9ec615Copy full SHA for e9ec615
libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/stable_sort.pass.cpp
@@ -166,12 +166,12 @@ TEST_CONSTEXPR_CXX26 void test()
166
167
test_larger_sorts<256>();
168
test_larger_sorts<257>();
169
- test_larger_sorts<499>();
170
- test_larger_sorts<500>();
171
#if TEST_STD_VER >= 26
172
if !consteval // only runtime tests bc. error: "constexpr evaluation hit maximum step limit"
173
#endif
174
{
+ test_larger_sorts<499>();
+ test_larger_sorts<500>();
175
test_larger_sorts<997>();
176
test_larger_sorts<1000>();
177
test_larger_sorts<1009>();
0 commit comments