Skip to content

Commit d24a714

Browse files
committed
disable large test at compiletime
1 parent 648f126 commit d24a714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/stable_sort.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,11 @@ TEST_CONSTEXPR_CXX26 void test()
168168
test_larger_sorts<257>();
169169
test_larger_sorts<499>();
170170
test_larger_sorts<500>();
171-
test_larger_sorts<997>();
172171
#if TEST_STD_VER >= 26
173172
if !consteval // only runtime tests bc. error: "constexpr evaluation hit maximum step limit"
174173
#endif
175174
{
175+
test_larger_sorts<997>();
176176
test_larger_sorts<1000>();
177177
test_larger_sorts<1009>();
178178
}

0 commit comments

Comments
 (0)