Skip to content

Commit d52ead1

Browse files
committed
test-for-long-double
1 parent 807d73b commit d52ead1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ int main(int, char**) {
250250
test<int>();
251251
test_floating<float>();
252252
test_floating<double>();
253+
test_floating<long double>();
253254
test_enum();
254255
#if TEST_STD_VER >= 26
255256
static_assert(test<int>());

0 commit comments

Comments
 (0)