Skip to content

Commit 08a6649

Browse files
committed
test
1 parent 6dbc307 commit 08a6649

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ int main(int, char**) {
199199
#if TEST_STD_VER >= 26
200200
static_assert(test<int>());
201201
static_assert(test<float>());
202+
// test constexprness of radix sort branch
203+
static_assert(test<char>());
202204
#endif
203205
return 0;
204206
}

0 commit comments

Comments
 (0)